Files
2024-12-17 14:36:15 -08:00

5 lines
113 B
TypeScript

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