mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 05:49:31 +08:00
41 lines
No EOL
584 B
Text
41 lines
No EOL
584 B
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.stat = exports.readFile = void 0;
|
|
|
|
function _fs() {
|
|
const data = require("fs");
|
|
|
|
_fs = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
function _gensync() {
|
|
const data = require("gensync");
|
|
|
|
_gensync = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
const readFile = _gensync()({
|
|
sync: _fs().readFileSync,
|
|
errback: _fs().readFile
|
|
});
|
|
|
|
exports.readFile = readFile;
|
|
|
|
const stat = _gensync()({
|
|
sync: _fs().statSync,
|
|
errback: _fs().stat
|
|
});
|
|
|
|
exports.stat = stat;
|
|
0 && 0; |