mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-05 17:36:09 +00:00
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")() ? String.prototype.endsWith : require("./shim");
|