Skip to main content
Module

x/structured_json/typeson.ts

Stringify and parse JavaScript values according to Structured Clone Algorithm.
Go to Latest
File
// deno-lint-ignore-file no-explicit-any ban-ts-comment// @ts-ignoreimport * as _typeson from 'https://cdn.skypack.dev/typeson@7.0.2';// @ts-ignoreexport default 'default' in _typeson ? (<any>_typeson).default : _typeson