UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

5 lines (4 loc) 378 B
import * as tapable from 'tapable'; import type { Chunk, ICompiler, Source } from '../../types'; export declare function createTransformHook(compiler: ICompiler): tapable.AsyncSeriesWaterfallHook<Source, tapable.UnsetAdditionalOptions>; export declare function createRenderChunkHook(compiler: ICompiler): tapable.AsyncSeriesWaterfallHook<Chunk, tapable.UnsetAdditionalOptions>;