* **Core**: Creates a file system of this given type with the given * options.
(options: object, cb: BFSCallback<FileSystem>)
| 368 | * options. |
| 369 | */ |
| 370 | Create(options: object, cb: BFSCallback<FileSystem>): void; |
| 371 | /** |
| 372 | * **Core**: Returns 'true' if this filesystem is available in the current |
| 373 | * environment. For example, a `localStorage`-backed filesystem will return |
no outgoing calls
no test coverage detected