UNPKG

jsx-view

Version:

Minimal JSX for HTML DOM tightly integrated with RxJS. TypeScript definitions, and attributes can be assigned to observables.

10 lines 225 B
/** internal stack with state field s */ export declare class St<T, S> { #private; s: S; constructor(s: S); push(add: T): void; pop(): void; get(): NonNullable<T>; } //# sourceMappingURL=stack.d.ts.map