Skip to content

isSerializable

@tsed/core

Usage

typescript
import { isSerializable } from "@tsed/core";

See /packages/core/src/types/utils/objects/isSerializable.ts.

Overview

ts
function isSerializable(data: any): boolean;

Released under the MIT License.