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