Get Available Modules
getModules
const modules = hatsModulesClient.getAllModules();filter?: (module: Module) => boolean{ [id: string]: Module }getModuleById
const module = hatsModulesClient.getModuleById(moduleId);stringgetModuleByImplementation
getModuleByInstance
getModulesByInstances
Last updated