lepu-test-platform-web/node_modules/es5-ext/test/string/#/ends-with/implement.js

6 lines
155 B
JavaScript

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