diff options
Diffstat (limited to '')
| -rw-r--r-- | node_modules/chownr/dist/commonjs/index.d.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/chownr/dist/commonjs/index.d.ts b/node_modules/chownr/dist/commonjs/index.d.ts deleted file mode 100644 index 5ab081f..0000000 --- a/node_modules/chownr/dist/commonjs/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -export declare const chownr: (p: string, uid: number, gid: number, cb: (er?: unknown) => any) => void; -export declare const chownrSync: (p: string, uid: number, gid: number) => void; -//# sourceMappingURL=index.d.ts.map
\ No newline at end of file |