1.0.2 • Published 8 months ago

arisan-id v1.0.2

Weekly downloads
61
License
UNLICENSED
Repository
-
Last release
8 months ago

arisan-id

Usage

/**
 * @param {string} hexString Object ID hex string
 * @returns {string} Arisan ID string
 */
static parseObjectIdHexString(hexString)

/**
 * @param {string} idString Arisan ID string
 * @returns {string} Object ID hex string
 */
static toObjectIdHexString(idString)

/**
 * @param {ObjectId} objectId Object ID
 * @returns {string} Arisan ID string
 */
static parseObjectId(objectId)

/**
 * @param {string} idString Arisan ID string
 * @returns {string} Object ID
 */
static toObjectId(idString)

/**
 * @param {string} idString Arisan ID string
 * @returns {boolean}
 */
static isValid(idString)

/**
 * @param {string} hexString Object ID hex string
 * @returns {boolean}
 */
static isValidObjectIdHexString(hexString)
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.3.10

2 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.1

6 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago