2.0.0 • Published 11 months ago

@ty-ras/protocol v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Typesafe REST API Specification - Protocol

This package contains type definitions that are to be used in protocol constructs in Typesafe REST API Specification (TyRAS) package family.

Notice that this module does not have runtime specification - it only is useable during TypeScript compilation. This is why import type syntax must be used when importing this module:

import type * as protocol from "@ty-ras/protocol";

This way, there will be no import/require statement emitted for the result .js file, thus avoiding runtime errors.

2.0.0

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.13.0

1 year ago

0.10.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.12.1

2 years ago

0.9.0

2 years ago