projecte_ionic/node_modules/license-webpack-plugin/dist/FileHandler.d.ts

6 lines
203 B
TypeScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
import { LicenseIdentifiedModule } from './LicenseIdentifiedModule';
interface FileHandler {
getModule(filename: string | null | undefined): LicenseIdentifiedModule | null;
}
export { FileHandler };