mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-27 16:22:13 +00:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../../reg-exp/#/unicode/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|