UNPKG

@okta-dfuhriman/okta-auth-js

Version:
9 lines (7 loc) 262 B
import { JSONPath, JSONPathOptions } from 'jsonpath-plus'; export function jsonpath(options: JSONPathOptions): any { // eslint-disable-next-line new-cap return JSONPath({ // Disable javascript evaluation by default preventEval: true, ...options, }); }