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