UNPKG

cerializr

Version:

(de)serialization made easy with ES7/Typescript annotations (decorators)

7 lines (6 loc) 191 B
export * from "./annotations"; export * from "./deserialize"; export * from "./interfaces"; export * from "./serialize"; export * from "./setters"; export * from "./string_transforms";