JSPM

  • Created
  • Published
  • Downloads 4549741
  • Score
    100M100P100Q191402F
  • License MIT

TypeScript definitions for webpack

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@types/webpack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Installation

    npm install --save @types/webpack

    Summary

    This package contains type definitions for webpack (https://github.com/webpack/webpack).

    Details

    Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack.

    index.d.ts

    /// <reference types="node" />
    /* eslint-disable-next-line @definitelytyped/no-self-import */
    import webpack = require("webpack");
    export = webpack;
    

    Additional Details

    Credits

    These definitions were written by Qubo, Benjamin Lim, Boris Cherny, Tommy Troy Lin, Mohsen Azimi, Jonathan Creamer, Alan Agius, Dennis George, Christophe Hurpeau, ZSkycat, John Reilly, Ryan Waskiewicz, Kyle Uehlein, Grgur Grisogono, Rubens Pinheiro Gonçalves Cavalcante, Anders Kaseorg, Felix Haus, Daniel Chin, Daiki Ihara, Dion Shi, Piotr Błażejewicz, and Michał Grzegorzewski.