The API defined by a Helia node
import type { Helia } from '@helia/interface'export function doSomething(helia: Helia) { // use helia node functions here} Copy
import type { Helia } from '@helia/interface'export function doSomething(helia: Helia) { // use helia node functions here}
The API defined by a Helia node
Example