UNPKG

autobase-flow

Version:

Autobase-Flow is a lightweight library that integrates Autobase with Dagify-hyper reactive nodes. It simplifies building peer-to-peer hyper ecosystem tools by providing a single function, createAutobaseFlow, which initializes an Autobase instance, connect

2 lines 103 B
// Helper: sleep function export const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));