3.0.3 • Published 6 months ago

@types/istanbuljs__nyc-config-babel v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/istanbuljs__nyc-config-babel

Summary

This package contains type definitions for @istanbuljs/nyc-config-babel (https://github.com/istanbuljs/istanbuljs/tree/master/packages/nyc-config-babel).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbuljs__nyc-config-babel.

index.d.ts

// Type definitions for @istanbuljs/nyc-config-babel 3.0
// Project: https://github.com/istanbuljs/istanbuljs/tree/master/packages/nyc-config-babel
// Definitions by: Paul Sanchez <https://github.com/basicdays>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare const config: {
    sourceMap: boolean;
    instrument: boolean;
    require: ['@babel/register'];
};
export = config;

Additional Details

  • Last updated: Tue, 10 May 2022 15:01:37 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Paul Sanchez.

3.0.3

6 months ago

3.0.2

7 months ago

3.0.1

8 months ago

3.0.0

2 years ago