|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
505 bytes
|
| Line | |
|---|
| 1 | import type { PackageJson } from "pkg-types";
|
|---|
| 2 | export declare function getCacheDir(): string;
|
|---|
| 3 | export declare function isDir(filename: string): boolean;
|
|---|
| 4 | export declare function isWritable(filename: string): boolean;
|
|---|
| 5 | export declare function md5(content: string, len?: number): string;
|
|---|
| 6 | export declare function detectLegacySyntax(code: string): RegExpMatchArray | null;
|
|---|
| 7 | export declare function isObject(val: any): boolean;
|
|---|
| 8 | export declare function readNearestPackageJSON(path: string): PackageJson | undefined;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.