UNPKG

376 BTypeScriptView Raw
1// Type definitions for tapable 2.2
2// Project: https://github.com/webpack/tapable.git
3// Definitions by: e-cloud <https://github.com/e-cloud>
4// John Reilly <https://github.com/johnnyreilly>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6/* tslint:disable-next-line:no-self-import */
7import tapable = require('tapable');
8export = tapable;