()
| 619 | * @returns The currently active filesystem implementation |
| 620 | */ |
| 621 | export function getFsImplementation(): FsOperations { |
| 622 | return activeFs |
| 623 | } |
| 624 | |
| 625 | /** |
| 626 | * Resets the filesystem implementation to the default Node.js implementation. |
no outgoing calls
no test coverage detected