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