UNPKG

225 BTypeScriptView Raw
1import type { Processor } from './index';
2export declare function testStatic(processor: Processor, className: string): boolean;
3export default function test(processor: Processor, className: string, prefix?: string): boolean;