UNPKG

@navinc/base-react-components

Version:
4 lines 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (hexColor) => (alpha = 1) => `${hexColor}${parseInt(alpha * 100, 16)}`; //# sourceMappingURL=with-alpha.js.map