aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/string/raw/implement.js
blob: 25b624e8e9635c566fbeeeb0ca7eff5ce1788063 (plain)
1
2
3
4
5
6
7
"use strict";

var isImplemented = require("../../../string/raw/is-implemented");

module.exports = function (a) {
 a(isImplemented(), true);
};