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