This package has been deprecated

Author message:

Use Nullstack built-in types instead

nullstack-types
TypeScript icon, indicating that this package has built-in type declarations

0.15.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nullstack-types

Weekly Downloads

0

Version

0.15.2

License

MIT

Unpacked Size

13.5 kB

Total Files

18

Last publish

Collaborators

  • guidevloper