"use strict"; const nanoid = require("nanoid").nanoid; module.exports = function generateTransactionID() { return nanoid(); };