Module: cpb-common/uuid

Members

(static, constant) uuid

create unique v5 uuid from the supplied data

Source:

(static, constant) uuidFromUrl

create v5 uuid from the url in the URL namespace

Source:

(inner, constant) NAMESPACE :string

UUID v5 Namespace

Type:
  • string
Source:

Methods

(inner) removeNestedProperty(data, attropt) → {Object}

remove nested object property from the data object

Parameters:
Name Type Attributes Default Description
data Object

source data

attr Array.<string> <optional>
[]

attributes to remove

Source:
Returns:

data cleaned up data object

Type
Object