UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

5 lines (3 loc) 113 B
import * as t from '../.' declare function fromJSON<T>(value: any, type: t.Type<T>): T; export default fromJSON