The API defined by a Helia node
import type { Helia } from '@helia/interface'
export function doSomething(helia: Helia) {
// use helia node functions here
}
Interface | Description |
---|---|
GCOptions | |
Helia | The API presented by a Helia node. |
Type Alias | Description |
---|---|
GcEvents |