Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Variables

Const blobType

blobType: Set<string> = new Set(['blob', 'BLOB'])

Const log

log: any = debug('rqlite')

Const redirection

redirection: Set<number> = new Set([301, 302, 307])

Functions

retry

  • retry(target: any, propertyKey: string, descriptor: PropertyDescriptor): void
  • Parameters

    • target: any
    • propertyKey: string
    • descriptor: PropertyDescriptor

    Returns void

unserialize

  • unserialize(keys: Array<string>, types: Array<string>, values: Array<any>): any
  • Parameters

    • keys: Array<string>
    • types: Array<string>
    • values: Array<any>

    Returns any

Generated using TypeDoc