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

2.0.6 • Public • Published

Installation

npm install --save @types/webpack-blocks__babel

Summary

This package contains type definitions for @webpack-blocks/babel (https://github.com/andywer/webpack-blocks/tree/master/packages/babel).

Details

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

index.d.ts

import { Block } from "webpack-blocks";

interface babel {
    cacheDirectory?: boolean | undefined;
    plugins?: string[] | undefined;
    presets?: string[] | undefined;
}

declare function babel(options?: babel): Block;

export = babel;

Additional Details

Credits

These definitions were written by Max Boguslavskiy.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/webpack-blocks__babel

Weekly Downloads

20

Version

2.0.6

License

MIT

Unpacked Size

3.26 kB

Total Files

5

Last publish

Collaborators

  • types