UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

2 lines (1 loc) 204 B
export declare function detectSource(param?: string | Promise<string | undefined> | (() => string | undefined | Promise<string | undefined>), resolve?: (res?: string) => void, reject?: () => void): void;