load-content.js 113 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5
"use strict"

const readCache = require("read-cache")

module.exports = filename => readCache(filename, "utf-8")