UNPKG

typescript-flat-serializer

Version:

A typescript library to serialize/deserialize classes to/from string in a flat format. Supports inheritance, circular reference and more

2 lines (1 loc) 58 B
export type Type<T> = abstract new (...args: any[]) => T;