UNPKG

@prodo/core

Version:

Core package for [Prodo](https://prodo.dev). See [documentation](https://docs.prodo.dev) for more info.

6 lines 357 B
export declare const splitChar = "\u30FB"; export declare const splitPath: (pathKey: string) => string[]; export declare const joinPath: (path: string[]) => string; export declare const isPromise: (x: any) => x is Promise<any>; export declare const syncIfPossible: (...funcs: ((arg: any) => any)[]) => (arg?: any) => any; //# sourceMappingURL=utils.d.ts.map