UNPKG

electr0lysis

Version:

Simple framework for data serialization and interchange.

4 lines (3 loc) 135 B
import Type from "./Type"; declare function typed(...properties: [string, Type][]): <T>(constructor: T) => T; export default typed;