Installation
@js:registry=
npm install @js/types@0.1.0
"@js/types": "0.1.0"
About this package
Collection of general-purpose type definitions
# Update project npm config to refer to correct registry for the @js scope
echo '@js:registry=https://gitea.jbrumond.me/api/packages/js/npm/' >> ./.npmrc
npm install --save-dev @js/types
Types
import {
// Various identifier strings
HttpURL,
UUID,
SnowflakeID,
// HTTP verbs
HttpVerb,
HttpVerbExtended,
// Pino-compatible logger interface
Logger,
LogFn,
} from '@js/types';
Dependencies
Development Dependencies
ID | Version |
---|---|
typescript | ^5.1.3 |