UNPKG

text-stream-search

Version:

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

3 lines (2 loc) 114 B
/** RejectFunction represents the reject part of a promise. */ export type RejectFunction = (err: Error) => void;