blob: 5ab081f802f03c225bfefe5f5aadf3473ffe9259 (
plain)
1
2
3
|
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
|