You've already forked Epicnabbo-Catalogus-Updated-Daily
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
"use strict"
|
|
|
|
const readCache = require("read-cache")
|
|
|
|
module.exports = filename => readCache(filename, "utf-8")
|