UNPKG

@euglena/cli

Version:

Command Line Interface to create and manage euglena projects as simple as possible

11 lines (9 loc) 193 B
import { Particle } from "@euglena/core"; import { sys } from "cessnalib"; export type State = Particle< "State", { title: string; time: sys.Time; } | undefined >;