UNPKG

@rarimo/shared

Version:

Utility functions, types and constants shared across Rarimo packages.

13 lines (12 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "BUNDLE_SALT_BYTES", { enumerable: true, get: function() { return BUNDLE_SALT_BYTES; } }); const BUNDLE_SALT_BYTES = 32; //# sourceMappingURL=common.js.map