UNPKG

foundry-toolchain

Version:

This GitHub Action installs [Foundry](https://github.com/foundry-rs/foundry), the blazing fast, portable and modular toolkit for Ethereum application development.

12 lines (8 loc) 161 B
const { saveCache } = require("./cache.js"); async function save() { await saveCache(); } module.exports = save; if (require.main === module) { save(); }