viddo/atom-textual-velocity

View on GitHub
flow-types/SearchMatch.js

Summary

Maintainability
A
0 mins
Test Coverage
/* @flow */

export type SearchMatchContent = [string, Object, string];

export type SearchMatch = {
  content(str: string): SearchMatchContent | void
};