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