@platform/cell.typesystem
Version:
The 'strongly typed sheets' system of the CellOS.
9 lines (8 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.fromFuncs = void 0;
function fromFuncs(args) {
var getNs = args.getNs, getCells = args.getCells, getColumns = args.getColumns;
return { getNs: getNs, getCells: getCells, getColumns: getColumns };
}
exports.fromFuncs = fromFuncs;