UNPKG

166 BTypeScriptView Raw
1import webpack = require('webpack');
2declare function ESBuildLoader(this: webpack.loader.LoaderContext, source: string): Promise<void>;
3export default ESBuildLoader;