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