UNPKG

131 BTypeScriptView Raw
1/** ResolveFunction represents the resolve function of a promise. */
2export declare type ResolveFunction = (text: string) => void;