Files

6 lines
113 B
JavaScript
Raw Permalink Normal View History

2025-08-11 11:06:07 +08:00
"use strict"
const readCache = require("read-cache")
module.exports = filename => readCache(filename, "utf-8")