Common internal ARD tools like ID creation.
Add the parent package to your dependencies:
yarn add @swrlab/utilsstring(required) - value to encode
Import the library:
const ardTools = require('@swrlab/utils/packages/ard')Then use the toolkit to convert a string:
const myString = 'my-string-to-encode'
const hashedString = ard.createHashedId(myString)
// 6a80b80f748c9b50