]> git.r.bdr.sh - rbdr/dotfiles/blob
93bd2ddcd6dc209120dd285f929dab6c7d0caf2e
[rbdr/dotfiles] /
1 'use strict';
2
3 var isImplemented = require('../../../../string/#/ends-with/is-implemented');
4
5 module.exports = function (a) { a(isImplemented(), true); };