json-schema-faker-types
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

npm deps Build Status size

json-schema-faker-types

This package contains type definitions for json-schema-faker.

Installation

$ npm install json-schema-faker-types --save

Usage

Add typings folder into typeRoots in your tsconfig.json

tsconfig.json

{
  "compilerOptions": {
    ...
    "typeRoots" : ["./typings", "./node_modules/@types"],
    ...
  }
}

Create typings folder in the root of your project and put there a directory with the name json-schema-faker.

typings/json-schema-faker/index.d.ts

import 'json-schema-faker-types';

Contributing

Please take a moment to read our contributing guidelines if you haven't yet done so.

CONTRIBUTING

License

MIT

Package Sidebar

Install

npm i json-schema-faker-types

Weekly Downloads

245

Version

0.1.6

License

MIT

Unpacked Size

11.2 kB

Total Files

5

Last publish

Collaborators

  • aleksandryackovlev