UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

4 lines (3 loc) 168 B
import { IItem } from '@awhere/interfaces'; declare function fromJSON<T extends import('../ItemBase').default>(json: string | IItem): T | any; export default fromJSON;