1.0.3 • Published 11 months ago

arisan-id v1.0.3

Weekly downloads
61
License
UNLICENSED
Repository
-
Last release
11 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)

To keep this project updated

  1. Use current active LTS version of Node.js.
  2. List with npm outdated.
  3. npm install outdated pacakges.
1.0.3

11 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.10

3 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago