UNPKG

@vis.gl/dev-tools

Version:

Dev tools for vis.gl frameworks

7 lines 435 B
export declare function execShellCommand(command: string, args?: string[]): void; /** Returns the path to the root directory of ocular-dev-tools */ export declare const ocularRoot: string; export declare function shallowMerge<T>(base: T, override: any): T; /** Given a list of paths, return the first one that exists */ export declare function getValidPath(...resolveOrder: string[]): string | null; //# sourceMappingURL=utils.d.ts.map