MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/snap.cafsinfotech.in/node_modules/@babel/core/lib/gensync-utils/fs.js
"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;

//# sourceMappingURL=fs.js.map