Collection of FunC snippets and utilities.
To install this package use
npm install -D @ston-fi/funcboxor via yarn
yarn add @ston-fi/funcboxOnce installed, you need to include the library in your contract:
#include "node_modules/@ston-fi/funcbox/autoload.fc";
Ensure the path is correct, otherwise the build will fail.
The license for this library is the MIT License, see LICENSE.