mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-05 15:42:18 +00:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../../reg-exp/#/sticky/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|