pig-dam-cfg
Version:
Pig DAM's configuration information server
14 lines • 369 B
TypeScript
/**
* Date: 6/13/20
* Time: 9:37 PM
* @license MIT (see project's LICENSE file)
*/
/**
* Gets absolute path within `res`.
*/
export declare function getResourcePath(resource: string): string;
/**
* Gets absolute path of our CONFIGURATION root (not any DAM instance's root)
*/
export declare function getResourceRoot(): string;
//# sourceMappingURL=path.d.ts.map