UNPKG

electr0lysis

Version:

Simple framework for data serialization and interchange.

5 lines (4 loc) 196 B
import Constructor from "f1ux/reflect/Constructor"; import Property from "./Property"; declare function getProperties(constructor: Constructor<any>): Property[]; export default getProperties;