UNPKG

orange-orm

Version:

Object Relational Mapper

10 lines (6 loc) 160 B
import { JSONHydrator } from './postcss.js' interface FromJSON extends JSONHydrator { default: FromJSON } declare let fromJSON: FromJSON export = fromJSON