Skip to main content
Module

x/oak/structured_clone.ts>StructuredClonable

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias StructuredClonable
import { type StructuredClonable } from "https://deno.land/x/oak@v12.5.0/structured_clone.ts";
definition:
| { [key: string]: StructuredClonable; }
| ArrayBuffer
| ArrayBufferView
| BigInt
| bigint
| Blob
| Boolean
| boolean
| Date
| Error
| EvalError
| Number
| number
| RangeError
| ReferenceError
| RegExp
| String
| string
| SyntaxError
| TypeError
| URIError