UNPKG

0xweb

Version:

Contract package manager and other web3 tools

8 lines (6 loc) 193 B
import { env } from 'atma-io'; export namespace $cache { export function file (filename: string) { return env.appdataDir.combine(`.dequanto/cache/${filename}`).toString(); } }