@mondobrain/utils
v0.2.0
Published
Utilities for all MondoBrain JavaScript SDKs
Readme
MondoBrain
@mondobrain/utils are helpers for the various projects in the @mondobrain scope
Installation
yarn add @mondobrain/utils
npm install @mondobrain/utilsUsage
import { delay } from '@mondobrain/utils';
await delay(3 * 1000);Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
