UNPKG

lgfl

Version:

A lightweight Node.js library for file-based logging (Console.log and errors).

14 lines (10 loc) 213 B
// Aeterhera / CubieCloud (c) 2023 const cfs = require("cubie-fs"); exports.log = require("./functions/log.js") exports.onError = require("./functions/onError.js") /* module.exports = { log, onError, }; */