1.1.3 • Published 6 months ago

@unioslight/api-utils v1.1.3

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

api-utils

Common utilities and types for use in Node.js and Next.js APIs at Unios.

Installation

Install the package with:

yarn add @unioslight/api-utils

Usage

Import types and functions as required:

import { HttpCode } from '@unioslight/api-utils';

console.log('HTTP OK:', HttpCode.OK);

Package Releases

TODO:

Contributing and Maintaining

The api-utils project is collectively maintained by the Digital Products team at Unios.

Issues and feature requests may be logged at https://github.com/unioslight/api-utils/issues.

1.1.3

6 months ago