centaur-technical-indicators
    Preparing search index...

    Function default

    • Initialize the WASM module.

      • Web: required (fetches and instantiates the WebAssembly module)
      • Node: no-op (the Node target is loaded synchronously)

      Parameters

      • Optionalinput: any

      Returns Promise<void>

      import init from "centaur-technical-indicators";
      await init();