MCPcopy Index your code
hub / github.com/Effect-TS/effect / splitPathString

Function splitPathString

packages/effect/src/internal/configProvider.ts:596–599  ·  view source on GitHub ↗
(text: string, delim: string)

Source from the content-addressed store, hash-verified

594})
595
596const splitPathString = (text: string, delim: string): Array<string> => {
597 const split = text.split(new RegExp(`\\s*${regexp.escape(delim)}\\s*`))
598 return split
599}
600
601const parsePrimitive = <A>(
602 text: string,

Callers 1

parsePrimitiveFunction · 0.85

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected