UNPKG

cmake-ts

Version:

cmake-js rewrite in typescript to support advanced build configurations

3 lines (2 loc) 185 B
export declare function requireInclude(resolvedPath: string): Promise<string>; export declare function resolvePackage(projectRoot: string, packageName: string): Promise<string | null>;