UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

10 lines (6 loc) 223 B
'use strict'; var $isNaN = require('../helpers/isNaN'); // https://ecma-international.org/ecma-262/6.0/#sec-samevaluezero module.exports = function SameValueZero(x, y) { return (x === y) || ($isNaN(x) && $isNaN(y)); };