/nullstack-types

Typing files for Nullstack framework

MIT LicenseMIT

Nullstack Types

Nullstack

Typing files including framework docs and some examples of uses (e.g. Context in Nullstack).

❗ Nullstack framework already absorbed those types, so currently this package is only kept for historical purposes.

A example project using it from Nullstack: nullstack-tsx-example.

Learn more about Nullstack

Read the documentation

How this project were used in the past

Installing it:

npm install nullstack-types -D

To make the editor absorb it inside TS files put a reference on top of them:

/// <reference types="nullstack-types"/>

// all types can be imported too!
import type { NullstackClientContext } from 'nullstack-types';