MCPcopy Create free account
hub / github.com/effect-app/libs / toCodecStringTree

Method toCodecStringTree

repos/effect/packages/effect/src/SchemaAST.ts:1381–1386  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1379 *
1380 * @see {@link String} for the AST node class
1381 * @see {@link isString} for narrowing an AST to a string node
1382 *
1383 * @category constructors
1384 * @since 4.0.0
1385 */
1386export const string = new String()
1387
1388/**
1389 * AST node matching any `number` value (including `NaN`, `Infinity`,

Callers

nothing calls this directly

Calls 2

replaceEncodingFunction · 0.85
hasCheckFunction · 0.70

Tested by

no test coverage detected