mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 02:43:06 -05:00
ef96426ca0
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
const structuredCloneExport = globalThis.structuredClone;
|
|
|
|
export { structuredCloneExport as structuredClone };
|