Urara-Blog/node_modules/.pnpm-store/v3/files/64/bc8887fb4c247a9258556531acb85f3639783d7e5df5cc6a37b16eee251a6ac7c5cac731ff88eea59449fa29d258d0126bbcf5003ecbedb6881151d03d962f
2022-08-14 01:14:53 +08:00

7 lines
458 B
Text

import type { PackageJson } from 'pkg-types';
export declare function isDir(filename: string): boolean;
export declare function isWritable(filename: string): boolean;
export declare function md5(content: string, len?: number): string;
export declare function detectLegacySyntax(code: string): RegExpMatchArray | null;
export declare function isObject(val: any): boolean;
export declare function readNearestPackageJSON(path: string): PackageJson | undefined;