(obj: any)
| 2 | import URLContext from './URLContext' |
| 3 | |
| 4 | const isObject = (obj: any) => Object.prototype.toString.call(obj) === '[object Object]' |
| 5 | |
| 6 | export interface Options { |
| 7 | url?: string |
no outgoing calls
no test coverage detected
searching dependent graphs…