UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

7 lines (6 loc) 200 B
import * as t from './types'; import * as constants from './constants'; export { t, constants }; export * from './libs'; export const ERROR = constants.ERROR; export { ErrorList } from './ErrorList';