@types/babel__plugin-transform-runtime
Advanced tools
Comparing version 7.9.1 to 7.9.2
@@ -7,8 +7,8 @@ // Type definitions for @babel/plugin-transform-runtime 7.9 | ||
export interface Options { | ||
corejs?: CorejsOption; | ||
helpers?: boolean; | ||
regenerator?: boolean; | ||
useESModules?: boolean; | ||
absoluteRuntime?: (boolean | string); | ||
version?: string; | ||
corejs?: CorejsOption | undefined; | ||
helpers?: boolean | undefined; | ||
regenerator?: boolean | undefined; | ||
useESModules?: boolean | undefined; | ||
absoluteRuntime?: (boolean | string) | undefined; | ||
version?: string | undefined; | ||
} | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@types/babel__plugin-transform-runtime", | ||
"version": "7.9.1", | ||
"version": "7.9.2", | ||
"description": "TypeScript definitions for @babel/plugin-transform-runtime", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__plugin-transform-runtime", | ||
"license": "MIT", | ||
@@ -22,4 +23,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cc23d95c5dc49f8a46f4ffb1d14e1eb57f6d6db8195eb3dbc49021eb80650d60", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "b1f61769550f0fdb292292067ceb5b24892c6fd8d72ae4dcf27c9904169adc5b", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -9,5 +9,30 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__plugin-transform-runtime. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__plugin-transform-runtime/index.d.ts) | ||
````ts | ||
// Type definitions for @babel/plugin-transform-runtime 7.9 | ||
// Project: https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime, https://babeljs.io/docs/en/babel-plugin-transform-runtime | ||
// Definitions by: Slava Fomin II <https://github.com/slavafomin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export interface Options { | ||
corejs?: CorejsOption | undefined; | ||
helpers?: boolean | undefined; | ||
regenerator?: boolean | undefined; | ||
useESModules?: boolean | undefined; | ||
absoluteRuntime?: (boolean | string) | undefined; | ||
version?: string | undefined; | ||
} | ||
export type CorejsOption = ( | ||
| CorejsVersion | ||
| { version: CorejsVersion, proposals: boolean } | ||
| false | ||
); | ||
export type CorejsVersion = (2 | 3); | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 25 Sep 2020 23:55:29 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +39,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4336
0
42