UNPKG

honion

Version:
10 lines (7 loc) 183 B
import { Context, Honion } from "../src"; export class TestContext extends Context {} export class TestHonion extends Honion { async run() { return await this.invoke(); } }