UNPKG

@platform/cell.tmpl

Version:

Template generator for CellOS.

9 lines (7 loc) 175 B
import { t } from '../../common'; /** * Async behavior controllers. */ export function init(args: { ctx: t.IAppContext; store: t.IAppStore }) { const { store } = args; }