UNPKG

@qualweb/core

Version:
9 lines 250 B
import { Level } from './Level'; import { Principle } from './Principle'; export type ModuleOptions = { include?: string[]; exclude?: string[]; levels?: Level[]; principles?: Principle[]; }; //# sourceMappingURL=ModuleOptions.d.ts.map