mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-23 00:45:16 +00:00
9 lines
184 B
JavaScript
9 lines
184 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
exports.default = node => ~node.value.search(/var\s*\(\s*--/i);
|
|
|
|
module.exports = exports["default"]; |