feat: add JSON escape utility with comprehensive edge case tests

This commit is contained in:
2026-08-12 20:41:12 +08:00
parent e3fe330745
commit 8b83fb5c53
3 changed files with 79 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ export {
type CanvasNoiseConfig,
type PermissionState,
} from './types/fingerprint.js';
export { safeStringify, isValidJson } from './escape.js';