UNPKG

@sschepis/resolang

Version:

ResoLang - Core quantum resonance computation library for browser and Node.js

11 lines (9 loc) 463 B
// AssemblyScript-specific export file // This file provides the exports that resominer expects from @sschepis/resolang/assembly export { EntropyFieldSampler, getGlobalSampler } from './entropy-viz'; export { TwistDynamics, Quaternion, QuaternionicResonanceField } from './quaternion'; // Core module exports export * from './core/math-primes'; export * from './core/math-operations'; export * from './core/math-extended-gcd'; export * from './core/math-cache';