UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

11 lines (10 loc) 239 B
export class TypedSheetRef { constructor(args) { this._ctx = args.ctx; this.typeDef = args.typeDef; this.typename = args.typename; } static create(args) { return new TypedSheetRef(args); } }