@types/happypack
TypeScript icon, indicating that this package has built-in type declarations

5.0.5 • Public • Published

Installation

npm install --save @types/happypack

Summary

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

Details

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

index.d.ts

import { Plugin } from "webpack";

export = happypack;

declare namespace happypack {
    interface PluginOptions {
        id?: string | undefined;
        threads?: number | undefined;
        loaders: any;
    }
}

declare class happypack extends Plugin {
    constructor(options: happypack.PluginOptions);
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/webpack

Credits

These definitions were written by Akash Vishwakarma.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/happypack

Weekly Downloads

1,010

Version

5.0.5

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types