alapa
Version:
A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.
13 lines (12 loc) • 584 B
TypeScript
export declare const attributeRegex: RegExp;
export declare const codeRegex: RegExp;
export declare const templateCommentRegex: RegExp;
export declare const htmlTagsRegex: RegExp;
export declare const htmlInlineTagsRegex: RegExp;
export declare const containerRegex: RegExp;
export declare const moduleRegex: (isDefault?: boolean | "all", ...names: string[]) => RegExp;
export declare const importRegex: RegExp;
export declare const commentsRegex: RegExp;
export declare const noCodeRegex: RegExp;
export declare const outputRegex: RegExp;
export declare const includesRegex: RegExp;