JSPM

@istanbuljs/schema

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 39919923
  • Score
    100M100P100Q237193F
  • License MIT

Schemas describing various structures used by nyc and istanbuljs

Package Exports

  • @istanbuljs/schema
  • @istanbuljs/schema/default-exclude

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 (@istanbuljs/schema) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@istanbuljs/schema

Travis CI Greenkeeper badge NPM Version NPM Downloads MIT

Schemas describing various structures used by nyc and istanbuljs

Usage

const {nyc} = require('@istanbuljs/schema').defaults;

console.log(`Default exclude list:\n\t* ${nyc.exclude.join('\n\t* ')}`);