JSPM

  • Created
  • Published
  • Downloads 4374365
  • Score
    100M100P100Q209868F
  • License MIT

Basic types used by pnpm

Package Exports

  • @pnpm/types

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pnpm/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@pnpm/types

Basic types used by pnpm

npm version Build Status

Installation

npm i -S @pnpm/types

Usage

import {PackageJson} from '@pnpm/types'

const pkg: PackageJson = {
  name: 'foo',
  version: '1.0.0',
}

License

MIT © Zoltan Kochan