UNPKG

@dprint/markdown

Version:
12 lines (10 loc) 180 B
/** * Gets the path to the Wasm module. * @returns {string} */ function getPath() { return require("path").join(__dirname, "plugin.wasm"); } module.exports = { getPath, };