gs-port / node_modules /bare-fs /lib /errors.d.ts
Scribbler310's picture
feat: enhance dashboard
c2b7eb3 verified
declare class FileError extends Error {
private constructor(msg: string)
readonly code: string
readonly operation?: string
readonly path?: string
readonly destination?: string
readonly fd?: number
}
export = FileError