mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-05-06 10:49:25 +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); };
|