fantasia-archive/src/node_fix.d.ts

7 lines
157 B
TypeScript
Raw Normal View History

2021-04-13 13:38:10 +12:00
// Bodge: for old Node types with newer deps
declare module "fs" {
export class Dir {}
export type OpenDirOptions = {}
2021-05-19 12:53:45 +12:00
export type RmDirOptions = {}
2021-04-13 13:38:10 +12:00
}