add packages

This commit is contained in:
41666 2019-03-10 15:20:20 -05:00
parent 5f75051af3
commit 02a66ee7b0
10 changed files with 497 additions and 276 deletions

View file

@ -0,0 +1,32 @@
// flow-typed signature: 61486cb068ce21681d4e2d2640db10f1
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v^7.3.4/flow_v0.94.0
/**
* This is an autogenerated libdef stub for:
*
* '@babel/plugin-proposal-class-properties'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module '@babel/plugin-proposal-class-properties' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@babel/plugin-proposal-class-properties/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module '@babel/plugin-proposal-class-properties/lib/index.js' {
declare module.exports: $Exports<'@babel/plugin-proposal-class-properties/lib/index'>;
}

View file

@ -0,0 +1,32 @@
// flow-typed signature: 20310e09a07d4f506d102ac15f99ee77
// flow-typed version: <<STUB>>/@babel/plugin-syntax-dynamic-import_v^7.2.0/flow_v0.94.0
/**
* This is an autogenerated libdef stub for:
*
* '@babel/plugin-syntax-dynamic-import'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module '@babel/plugin-syntax-dynamic-import' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@babel/plugin-syntax-dynamic-import/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module '@babel/plugin-syntax-dynamic-import/lib/index.js' {
declare module.exports: $Exports<'@babel/plugin-syntax-dynamic-import/lib/index'>;
}

View file

@ -0,0 +1,39 @@
// flow-typed signature: 3bbc69696c5abbcf0994313535fff166
// flow-typed version: <<STUB>>/@babel/plugin-transform-runtime_v^7.3.4/flow_v0.94.0
/**
* This is an autogenerated libdef stub for:
*
* '@babel/plugin-transform-runtime'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module '@babel/plugin-transform-runtime' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module '@babel/plugin-transform-runtime/lib/definitions' {
declare module.exports: any;
}
declare module '@babel/plugin-transform-runtime/lib/index' {
declare module.exports: any;
}
// Filename aliases
declare module '@babel/plugin-transform-runtime/lib/definitions.js' {
declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/definitions'>;
}
declare module '@babel/plugin-transform-runtime/lib/index.js' {
declare module.exports: $Exports<'@babel/plugin-transform-runtime/lib/index'>;
}