helia

Home > @helia/interface

interface package

The API defined by a Helia node

Example

import type { Helia } from '@helia/interface'

export function doSomething(helia: Helia) {
  // use helia node functions here
}

Interfaces

Interface Description
GCOptions  
Helia The API presented by a Helia node.

Type Aliases

Type Alias Description
GcEvents