UNPKG

wmt-marketplace-auth-canada

Version:

Generate the authentication headers required by Walmart Marketplace API.

9 lines 303 B
Object.defineProperty(exports, "__esModule", { value: true }); /** * Returns the current Epoch timestamp in milliseconds. */ function epochInMilliseconds() { return Math.round((new Date()).getTime()); } exports.epochInMilliseconds = epochInMilliseconds; //# sourceMappingURL=util.js.map