Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Functions

  • Given the uri options, returns the uri string.

    Parameters

    Returns string

    The connection uri.

  • parseKeep(values: string[]): (string | RegExp)[]
  • Given an array of strings of databases to keep, maps the strings that are to be RegExp to RegExps and returns the new array.

    Parameters

    • values: string[]

      The array of strings of databases to keep.

    Returns (string | RegExp)[]

    An array of strings and RegExps. The RegExps are the passed strings that represented a RegExp.

Generated using TypeDoc