7.0.0 • Published 1 year ago

@skitscript/types-nodejs v7.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Skitscript Types (NodeJS) License Renovate enabled npm npm type definitions

A set of Typescript types representing the entities in a Skitscript document.

Installation

Dependencies

This is a NPM package. It targets NodeJS 20.14.0 or newer on the following operating systems:

  • Ubuntu 22.04
  • Ubuntu 20.04
  • macOS 13 (Ventura)
  • macOS 12 (Monterey)
  • macOS 11 (Big Sur)
  • Windows Server 2022
  • Windows Server 2019

It is likely also possible to use this package as part of a web browser application through tools such as webpack. This has not been tested, however.

Install as a development dependency

TypeScript types should only be installed as development dependencies for most applications:

npm install --save-dev @skitscript/types-nodejs

Install as a peer dependency

If you are developing a package with includes any of these types in its public API, additionally install it as a peer dependency so that consumers of your package know to include it as well:

npm install --save-peer @skitscript/types-nodejs

Usage

Import and use the exported types:

import { Document } from "@skitscript/types-nodejs";

Parsing

Documents

Instructions

Formatting
Conditions

Identifiers

Warnings

Errors

Interpreting

States

Characters
Interactions

Errors

Mapping

Maps

States

Characters
Interactions

Errors

7.0.0

1 year ago

5.0.0

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

3.0.0

2 years ago

4.0.0

2 years ago

2.0.1

2 years ago

1.0.0

3 years ago

2.0.0

3 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago