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