UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

6 lines (4 loc) 151 B
import type { Datarecord } from "./datarecords/types"; export function defineDataRecord<T extends Datarecord>(datarecord: T) { return datarecord; }