Riichi/node_modules/ts-loader/dist/resolver.d.ts
2025-03-06 13:43:25 +01:00

7 lines
No EOL
331 B
TypeScript

import type * as webpack from 'webpack';
export declare function makeResolver(_options: webpack.WebpackOptionsNormalized): ResolveSync;
export type ResolveSync = {
(context: any, path: string, moduleName: string): string | false;
(path: string, moduleName: string): string | false;
};
//# sourceMappingURL=resolver.d.ts.map