Function levelPathToKey

  • Converts LevelPath to key buffer e.g. ['A', 'B'] => !A!!B! (where ! is the sep) Level parts are allowed to contain the separator before encoding

    Parameters

    • levelPath: readonly (string | Buffer)[]

    Returns Buffer

Generated using TypeDoc