@ts-type/package-dts
TypeScript icon, indicating that this package has built-in type declarations

2.0.8 • Public • Published

README

A Typescript type definition for NPM package json

image

install

npm install @ts-type/package-dts

use

import IPackageJson from '../package-json';
import pkg = require('../package.json');

// eslint-disable-next-line
let a: IPackageJson = require('../package.json');
let b: IPackageJson = pkg as any;

let k = a.keywords.slice();

console.log(k);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.8
    905
    • latest

Version History

Package Sidebar

Install

npm i @ts-type/package-dts

Weekly Downloads

7,780

Version

2.0.8

License

ISC

Unpacked Size

996 kB

Total Files

58

Last publish

Collaborators

  • bluelovers