securityos/node_modules/next/dist/build/webpack/loaders/noop-loader.d.ts

4 lines
154 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const NoopLoader: webpack.LoaderDefinitionFunction;
export default NoopLoader;