UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 57 B
export interface Worker<I, O> { exec(input: I): O; }