UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines (4 loc) 117 B
var readCache = require("read-cache") module.exports = function(filename) { return readCache(filename, "utf-8") }