@agnostack/next-shopify
Version:
Please contact agnoStack via info@agnostack.com for any questions
10 lines • 387 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getInteger = exports.getGUID = void 0;
const uuid_1 = require("uuid");
// #endregion lib-utils-js
const getGUID = () => ((0, uuid_1.v4)());
exports.getGUID = getGUID;
const getInteger = () => ((0, exports.getGUID)().replace(/\D/g, ''));
exports.getInteger = getInteger;
//# sourceMappingURL=uuid.js.map
;