mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 22:09:31 +08:00
5 lines
143 B
Text
5 lines
143 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.fs = void 0;
|
|
const fs = require("./fs");
|
|
exports.fs = fs;
|