PAMapp/node_modules/memfs/lib/node.d.ts
@@ -64,10 +64,13 @@ children: { [child: string]: Link | undefined; }; steps: string[]; private _steps; node: Node; ino: number; length: number; name: string; get steps(): string[]; set steps(val: string[]); constructor(vol: Volume, parent: Link, name: string); setNode(node: Node): void; getNode(): Node; @@ -91,6 +94,7 @@ ino: number; children: string[]; }; syncSteps(): void; } /** * Represents an open file (file descriptor) that points to a `Link` (Hard-link) and a `Node`.