UNPKG

flownote

Version:

FlowNote lets developers create, organize, and reason about event-oriented applications with a simple flow-based language.

10 lines (8 loc) 130 B
const hyperId = require('hyperid') /** * Returns a new UUID * @return String */ module.exports = () => { return hyperId() }