Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 922 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 922 Bytes

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';