UNPKG

@neo-one/server

Version:

NEO•ONE Server that NEO•ONE CLI and other clients connect to.

4 lines (3 loc) 136 B
import { Monitor } from '@neo-one/monitor'; import { Context } from 'mali'; export declare const getMonitor: (ctx: Context) => Monitor;