UNPKG

tiny-types

Version:

A tiny library that brings Tiny Types to JavaScript and TypeScript

8 lines (7 loc) 183 B
import { JSONValue } from '../types'; /** * Serialises the object to a JSON representation. * * @param value */ export declare function toJSON(value: any): JSONValue | undefined;