UNPKG

@canboat/canboatjs

Version:

Native javascript version of canboat

12 lines (11 loc) 236 B
export default function (app: any): Plugin; interface Plugin { start: (app: any) => void; stop: () => void; sendKeepAlive: () => void; id: string; name: string; description: string; schema: any; } export {};