UNPKG

text-stream-search

Version:

Searches for occurrences of a given search term in Node.js text streams

3 lines (2 loc) 123 B
/** ResolveFunction represents the resolve function of a promise. */ export type ResolveFunction = (text: string) => void;