mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-05-16 07:07:09 +00:00
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../string/from-code-point/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|