@types/jmespath
TypeScript icon, indicating that this package has built-in type declarations

0.15.2 • Public • Published

Installation

npm install --save @types/jmespath

Summary

This package contains type definitions for jmespath (https://github.com/jmespath/jmespath.js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jmespath.

index.d.ts

/**
 * Take a JSON document and transform it into another JSON document
 * through a JMESPath expression.  See: http://jmespath.org/
 * @param jsonDoc the document to transform
 * @param query a JMESPath expression
 * @return the transformed document
 */
export function search(jsonDoc: any, query: string): any;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Jeffery Grajkowski.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/jmespath

      Weekly Downloads

      30,298

      Version

      0.15.2

      License

      MIT

      Unpacked Size

      3.17 kB

      Total Files

      5

      Last publish

      Collaborators

      • types