MCPcopy
hub / github.com/patriksimek/vm2 / isSeparator

Method isSeparator

index.d.ts:36–36  ·  view source on GitHub ↗

Implements (sep) => sep === path.sep

(char: string)

Source from the content-addressed store, hash-verified

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

Callers 3

pathIsRelativeMethod · 0.65
pathIsAbsoluteMethod · 0.65
isPathAllowedMethod · 0.65

Implementers 3

VMFileSystemindex.d.ts
DefaultFileSystemlib/filesystem.js
VMFileSystemlib/filesystem.js

Calls

no outgoing calls

Tested by

no test coverage detected