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