UNPKG

@alma-cdk/cross-region-parameter

Version:

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

10 lines (6 loc) 226 B
'use strict'; var callBound = require('call-bind/callBound'); var $exec = callBound('RegExp.prototype.exec'); module.exports = function regexTester(regex) { return function test(s) { return $exec(regex, s) !== null; }; };