UNPKG

@ricsam/linkfs

Version:

Rewrites filesystem paths

6 lines (5 loc) 251 B
import type { IFs } from "memfs"; export declare const staticProps: string[]; export declare const rewritableMethods: (keyof IFs)[]; export declare const proxyableMethods: (keyof IFs)[]; export declare const multiArgMethods: Record<string, number[]>;