UNPKG

marko

Version:

Optimized runtime for Marko templates.

9 lines (8 loc) 258 B
/** * This file exists for tools which do not support the * package.json `exports` field (eg old versions of jest). * * This allows `require("marko/translator")` without issues * in those environments. */ module.exports = require("./dist/translator");