UNPKG

113 BJavaScriptView Raw
1"use strict"
2
3const readCache = require("read-cache")
4
5module.exports = filename => readCache(filename, "utf-8")