Skip to main content
Home
This release is 3 versions behind 1.5.10 — the latest version of @oh/utils. Jump to latest

@oh/utils@1.5.7
Built and signed on GitHub Actions

This package works with Deno
This package works with Deno
JSR Score
58%
Published
a month ago (1.5.7)
Package root>src>types>version.types.ts
export type AdditionalVersion = "alpha" | "beta" | "rc"; export type Version = { major: number; minor: number; patch: number; additional?: AdditionalVersion; additionalPatch?: number; };