Library
core
modules
Core Src Path V1 Parse

Lawtext core references / core/src/path/v1/parse

Module: core/src/path/v1/parse

Table of contents

References

Interfaces

Type Aliases

Functions

References

default

Renames and re-exports parse

Type Aliases

ParseResult

Ƭ ParseResult: ParseSuccess | ParseFail

Defined in

core/src/path/v1/parse.ts:173 (opens in a new tab)


ValueRule

Ƭ ValueRule<TValue>: Rule<string, TValue, ReturnType<typeof makeEnv>, Empty>

Type parameters

Name
TValue

Defined in

core/src/path/v1/parse.ts:10 (opens in a new tab)

Functions

parse

parse(text): ParseResult

Parameters

NameType
textstring

Returns

ParseResult

Defined in

core/src/path/v1/parse.ts:175 (opens in a new tab)