UNPKG

apicase-core

Version:

Core library to make API calls with any adapter

8 lines (7 loc) 155 B
declare module 'ramda' { declare type Lens = { <T, U>(obj: T): U; set<T, U>(str: string, obj: T): U; } declare module.exports: any; }