mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
34 lines
728 B
JavaScript
34 lines
728 B
JavaScript
"use strict";
|
|
var a = (this && this.__importDefault) || function(a) {
|
|
return a && a.__esModule ? a : {
|
|
default: a
|
|
};
|
|
};
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
const c = a(require("./config.json"));
|
|
function b({ config: a = c.default } = {}) {
|
|
function b(e) {
|
|
const b = a[e] || null;
|
|
if (!b) {
|
|
return false;
|
|
}
|
|
const { available: c , availableBy: d } = b;
|
|
if (!d) {
|
|
return c;
|
|
}
|
|
return Date.now() >= d && c;
|
|
}
|
|
function d(b) {
|
|
const c = a[b] || null;
|
|
return c;
|
|
}
|
|
return {
|
|
longlong10: d,
|
|
longlong2: b,
|
|
longlong100: a
|
|
};
|
|
}
|
|
exports.default = b;
|