diff options
Diffstat (limited to 'node_modules/es5-ext/test/string/from-code-point/implement.js')
| -rw-r--r-- | node_modules/es5-ext/test/string/from-code-point/implement.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/es5-ext/test/string/from-code-point/implement.js b/node_modules/es5-ext/test/string/from-code-point/implement.js new file mode 100644 index 00000000..31ed7b5b --- /dev/null +++ b/node_modules/es5-ext/test/string/from-code-point/implement.js @@ -0,0 +1,7 @@ +"use strict"; + +var isImplemented = require("../../../string/from-code-point/is-implemented"); + +module.exports = function (a) { + a(isImplemented(), true); +}; |
