@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);

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ts-type/package-dts

    Weekly Downloads

    6,230

    Version

    2.0.8

    License

    ISC

    Unpacked Size

    996 kB

    Total Files

    58

    Last publish

    Collaborators

    • bluelovers