UNPKG

@typed/content-hash

Version:

Content hash a directory of HTML/JS/CSS files and other static assets

9 lines 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.readFilePath = void 0; const Env_1 = require("@typed/fp/Env"); /** * Read a filePath, including its dependencies. A None should be returned if the file path is not currently supported */ exports.readFilePath = (0, Env_1.op)()('readFilePath'); //# sourceMappingURL=readFilePath.js.map