summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/test/string/raw/implement.js
blob: 59416de3af53ad4d464a3e49357116afcfec1539 (plain)
1
2
3
4
5
'use strict';

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

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