mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-28 03:00:24 +00:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../string/from-code-point/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|