UNPKG

@webqit/quantum-js

Version:

Runtime extension to JavaScript that let's us do Imperative Reactive Programming (IRP) in the very language.

10 lines (7 loc) 177 B
/** * @imports */ import * as QuantumJS from './index.lite.js'; // As globals if ( !globalThis.webqit ) { self.webqit = {}; } Object.assign( globalThis.webqit, QuantumJS );