summaryrefslogtreecommitdiff
path: root/node_modules/jiti/dist/utils.d.ts
blob: 1a823bff90f07e99bb0985063936592c8f84046a (plain) (blame)
1
2
3
4
5
6
7
8
import type { PackageJson } from "pkg-types";
export declare function getCacheDir(): string;
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;