UNPKG

@jmespath-community/jmespath

Version:

Typescript implementation of the JMESPath Community specification

5 lines (4 loc) 164 B
import { JSONObject } from './JSON.type'; import { LexerOptions } from './Lexer.type'; export type ScopeEntry = JSONObject; export type Options = LexerOptions;