CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
utils.d.ts9 linesDownload Raw Back to dist
1import type { PackageJson } from "pkg-types";2export declare function getCacheDir(): string;3export declare function isDir(filename: string): boolean;4export declare function isWritable(filename: string): boolean;5export declare function md5(content: string, len?: number): string;6export declare function detectLegacySyntax(code: string): RegExpMatchArray | null;7export declare function isObject(val: any): boolean;8export declare function readNearestPackageJSON(path: string): PackageJson | undefined;9 
basant307/AI_Governance_Project · CoolFace