SYMBOL INDEX (21 symbols across 2 files) FILE: src/minivents.ts type Listener (line 1) | type Listener = (...p: any[]) => void type Target (line 3) | type Target = { function Events (line 9) | function Events(target: T): T & Target { FILE: src/rest-client.ts function entries (line 3) | function entries>(obj: T): ([Extract function encodeUrl (line 9) | function encodeUrl(data: Arg) { function safe (line 16) | function safe(func: Function, data: any) { type CustomShortcut (line 29) | type CustomShortcut = (resName: string) => string type Encodings (line 31) | type Encodings = { type Opts (line 38) | type Opts = { type Ress (line 46) | type Ress = string | readonly string[] | { [resName: string]: Ress | 0 |... type MakeRes (line 48) | type MakeRes = type MR (line 53) | type MR = type Res (line 58) | interface Res { method _client (line 66) | private get _client() { method constructor (line 70) | constructor(private _c: () => RestClient, private _parent: Res | undef... class Res (line 62) | class Res extends Function { method _client (line 66) | private get _client() { method constructor (line 70) | constructor(private _c: () => RestClient, private _parent: Res | undef... class RestClient (line 176) | class RestClient extends Res implements Target { method constructor (line 194) | constructor(host: string, options?: Partial & Encodings) { method conf (line 202) | conf(options: Partial = {}): Opts { method _request (line 224) | _request(method: string, url: string, data: any = null, contentType: s...