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

0.0.8 • Public • Published

Installation

npm install --save @types/jsonnet

Summary

This package contains type definitions for jsonnet (https://github.com/yosuke-furukawa/node-jsonnet).

Details

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

index.d.ts

declare module "jsonnet" {
    class Jsonnet {
        constructor();
        eval(code: string): any;
        evalFile(filepath: string): any;
        destroy(): void;
    }
    export = Jsonnet;
}

Additional Details

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

Credits

These definitions were written by Hookclaw, and Yanhui.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jsonnet

Weekly Downloads

32

Version

0.0.8

License

MIT

Unpacked Size

3.1 kB

Total Files

5

Last publish

Collaborators

  • types