UNPKG

@nlabs/lex

Version:
13 lines (12 loc) 724 B
export declare const getDirName: () => string; export declare const getFilePath: (relativePath: string) => string; export declare const getLexPackageJsonPath: () => string; export declare const relativeFilePath: (filename: string, dirPath?: string, backUp?: number) => string; export declare const relativeNodePath: (filename: string, dirPath?: string, backUp?: number) => string; export declare const getNodePath: (moduleName: string) => string; export declare const resolveBinaryPath: (binaryName: string, packageName?: string) => string; export declare const findTailwindCssPath: () => string; export declare const resolveWebpackPaths: (currentDirname: string) => { webpackPath: string; webpackConfig: string; };