MCPcopy Create free account
hub / github.com/denoland/std / parseBuild

Function parseBuild

semver/_shared.ts:186–188  ·  view source on GitHub ↗
(buildmetadata: string)

Source from the content-addressed store, hash-verified

184}
185
186export function parseBuild(buildmetadata: string) {
187 return buildmetadata.split(".").filter(Boolean);
188}
189
190export function parseNumber(input: string, errorMessage: string) {
191 const number = Number(input);

Callers 7

incrementFunction · 0.90
handleLessThanOperatorFunction · 0.90
handleEqualOperatorFunction · 0.90
parseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected