Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "parse/index"

The parse module provides the API needed to convert a query string into an abstract syntax tree.

Use these apis if you are only interested in obtaining parser information from a query string.

Index

Type aliases

Functions

Type aliases

Source

Source: string

Source text that will be used to build a filter chain.

Functions

Const parse

  • parse Source text, turning it into an abstract syntax tree.

    Any errors encountered result in a Left value, success Right.

    Parameters

    Returns Except<Query>

Generated using TypeDoc