biofriction-wp-theme/node_modules/es5-ext/test/string/#/ends-with/implement.js

8 lines
156 B
JavaScript

"use strict";
var isImplemented = require("../../../../string/#/ends-with/is-implemented");
module.exports = function (a) {
a(isImplemented(), true);
};