10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
declare module "babel-plugin-polyfill-regenerator" {
|
|
declare module.exports: Function;
|
|
}
|
|
declare module "babel-plugin-polyfill-corejs2" {
|
|
declare module.exports: Function;
|
|
}
|
|
declare module "babel-plugin-polyfill-corejs3" {
|
|
declare module.exports: Function;
|
|
}
|