/ cloudformation-templates / node_modules / aws-cdk / node_modules / es5-ext / test / Array / __scopes.js
__scopes.js
1 'use strict'; 2 3 exports.Array = [1, 2, 3]; 4 5 exports.Arguments = (function () { 6 return arguments; 7 }(1, 2, 3)); 8 9 exports.String = "123";