UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 111 B
import type { Worker } from '../std/index.js'; export interface UCInit extends Worker<void, Promise<void>> { }