UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

14 lines (13 loc) 416 B
import { t } from '../common'; export declare type IArgs = { uri: string | t.INsUri; }; export declare class TypeBuilderNs implements t.ITypeBuilderNs { static create: (args: IArgs) => t.ITypeBuilderNs; private constructor(); readonly uri: t.INsUri; readonly types: t.ITypeBuilderType[]; type(typename: string, options?: { startColumn?: string | number; }): t.ITypeBuilderType; }