UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

8 lines (7 loc) 211 B
import { CustomError } from './CustomError'; /** * A custom error thrown in this `dataobject` library. */ export declare class DataObjectError extends CustomError { constructor(message?: string); }