mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-17 08:58:38 +00:00
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../../string/#/ends-with/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|