Files
Botexercito/Frontend/angular-internal-chat/node_modules/license-webpack-plugin/dist/PluginOptionsReader.d.ts
T
2026-03-22 18:07:19 +00:00

9 lines
294 B
TypeScript

import { ConstructedOptions } from './ConstructedOptions';
import { PluginOptions } from './PluginOptions';
declare class PluginOptionsReader {
private context;
constructor(context: string);
readOptions(options: PluginOptions): ConstructedOptions;
}
export { PluginOptionsReader };