(path: string|string[])
| 263 | * JSON file. |
| 264 | */ |
| 265 | export function fileSystem(path: string|string[]): NodeFileSystem { |
| 266 | return new NodeFileSystem(path); |
| 267 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…