Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/azure_functions/deps.ts>semver.compareIdentifiers

Run Deno 🦕 on Azure Functions ⚡️
Latest
function semver.compareIdentifiers
import { semver } from "https://deno.land/x/azure_functions@v0.9.0/deps.ts";
const { compareIdentifiers } = semver;

Parameters

a: string | number | null
b: string | number | null

Returns

1 | 0 | -1