UNPKG

memorio

Version:

Memorio, State + Observer and Store for a easy life

24 lines (18 loc) 394 B
declare module 'memorio' { const resource: { [key: string]: any } export = resource } interface _memorio { setProps: any, obj: any, array: any, dispatch: any, setDescription: any } type memorio = _memorio declare var memorio: any type arguments = any declare var arguments: any global.memorio = global.memorio ? global.memorio : globalThis.memorio