mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
3 lines
218 B
TypeScript
3 lines
218 B
TypeScript
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
|