@sheetxl/models
Version:
Models - A Headless javascript spreadsheet library.
10 lines • 407 B
TypeScript
export function pushScopeContext(scopeContext: any): number;
export function popScopeContext(): any;
export function getScopeContext(): any;
export default ScopeContextStack;
declare const ScopeContextStack: Readonly<{
pushScopeContext: typeof pushScopeContext;
popScopeContext: typeof popScopeContext;
getScopeContext: typeof getScopeContext;
}>;
//# sourceMappingURL=ScopeContextStack.d.ts.map