npm

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

3.0.3 • Public • Published

Installation

npm install --save @types/json-templates

Summary

This package contains type definitions for json-templates (https://github.com/datavis-tech/json-templates).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-templates.

index.d.ts

declare function parse(
    atemplate: string | object,
): { parameters: [{ key: string; defaultValue: string }] } & ((parameters?: object) => string);
export = parse;

Additional Details

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

Credits

These definitions were written by Nicolas Witczak.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/json-templates

Weekly Downloads

2,060

Version

3.0.3

License

MIT

Unpacked Size

2.93 kB

Total Files

5

Last publish

Collaborators

  • types