feat: init

This commit is contained in:
2026-02-13 22:02:30 +01:00
commit 8f9ff830fb
16711 changed files with 3307340 additions and 0 deletions

20
node_modules/@speed-highlight/core/dist/common.d.ts generated vendored Normal file
View File

@@ -0,0 +1,20 @@
declare namespace _default {
namespace num {
let type: string;
let match: RegExp;
}
namespace str {
let type_1: string;
export { type_1 as type };
let match_1: RegExp;
export { match_1 as match };
}
namespace strDouble {
let type_2: string;
export { type_2 as type };
let match_2: RegExp;
export { match_2 as match };
}
}
export default _default;
//# sourceMappingURL=common.d.ts.map