String to convert back to object.
Converts supplied object to a string and safely handles buffers by converting them to a base64 string.
Object to convert.
random number between the inclusive lower
and upper
number
number
number
import { utils } from "@stephen-shopopop/standard"
const random = utils.randomInteger(0, 99)
number salt length
string
import { utils } from "@stephen-shopopop/standard"
const utils.random = randomSalt(16)
Generated using TypeDoc
Converts JSON string back to an object. Converts base64 encoded buffers back to buffers