webpack/declarations/plugins/DllReferencePlugin.d.ts

10 lines
182 B
TypeScript
Raw Normal View History

/**
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
2018-09-20 16:13:38 +08:00
export type DllReferencePluginOptions = {
[k: string]: any;
};