mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-28 11:10:25 +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); };
|