Collection of FunC snippets/utilities
npm install @ston-fi/funcboxCollection of FunC snippets and utilities.
bash
npm install -D @ston-fi/funcbox
`
or via yarn
`bash
yarn add @ston-fi/funcbox
`Usage
Once installed, you need to include the library in your contract:
`
#include "node_modules/@ston-fi/funcbox/autoload.fc";
``