Koas parameters attempts to coerce path and query parameters to the type specified in their respective JSON schema.
> [Koa][] + [OpenAPI Specification][] = Koas
Koas serializer converts a response body to the negotiated response format.
Koas spec handler exposes the Open API document as a JSON API call.
Koas status code automatically sets the response status code based on the success status code specified in the Open API object.
Koas operations maps operation IDs to Koa controller functions.
Koas security checks if a request matches the security requirement of an operation. For example, given the following partial OpenAPI document:
Koas body parser parses and validates request bodies based on the current operation.
Koas Swagger UI serves Swagger UI. This requires the `specURL` variable to have been set on the `ctx.openApi` object. Typically this is done by combining it with [`koas-spec-handler`][].
Compile ES2015 default and rest parameters to ES5
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Express style path to RegExp utility
No description provided.
filesystem utilities for the npm cli
Create and parse HTTP Content-Type header
a point geometry with transforms
Solves a problem with util.format
Base class for all CodeceptJS helpers
Ledger Hardware Wallet common interface of the communication layer
Ledger devices
Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.
Provides tools for iterating over and manipulating GeoJSON objects.
Utility functions and common patterns for MobX
Ledger common errors