Skip to main content
Module

x/superserial/types.ts

A comprehensive Serializer/Deserializer that can handle any data type.
Latest
File
// deno-lint-ignore ban-typesexport type ConstructType<T> = (new (...args: unknown[]) => T) | Function;