UNPKG

@intlayer/chokidar

Version:

Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.

6 lines 272 B
/** * A more "unified" approach where each type (function, array, object, primitive) * is handled inside the main recursive body. */ export declare const resolveObjectPromises: <T = unknown>(entry: any) => Promise<T>; //# sourceMappingURL=resolveObjectPromises.d.ts.map