blob: 93bd2ddcd6dc209120dd285f929dab6c7d0caf2e [file] [log] [blame]
'use strict';
var isImplemented = require('../../../../string/#/ends-with/is-implemented');
module.exports = function (a) { a(isImplemented(), true); };