Implements (sep) => sep === path.sep
(char: string)
| 34 | export interface VMFileSystemInterface extends VMFS, VMPath { |
| 35 | /** Implements (sep) => sep === path.sep */ |
| 36 | isSeparator(char: string): boolean; |
| 37 | } |
| 38 | |
| 39 | /** |
no outgoing calls
no test coverage detected