amis-rpc-design/node_modules/ts-loader/dist/resolver.d.ts

7 lines
331 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
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