@speed-highlight/core
Version:
🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
21 lines • 431 B
TypeScript
declare const _default: {
match: {
exec(str: any): {
index: number;
0: any;
};
lastIndex: any;
};
sub: ({
type: string;
match: RegExp;
sub?: undefined;
} | {
match: RegExp;
sub: string;
type?: undefined;
})[];
}[];
export default _default;
export let type: string;
//# sourceMappingURL=js_template_literals.d.ts.map