UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

9 lines (8 loc) 131 B
export class UCOutputField { key; def; constructor(key, def) { this.key = key; this.def = def; } }