import { extractVersion } from "https://dotland.deno.dev/x/deno_slack_hooks@0.2.0/check_update.ts";
extractVersion takes in a string, searches for a version, and, if version is found, returns that version.
x/deno_slack_hooks/check_update.ts>extractVersion
import { extractVersion } from "https://dotland.deno.dev/x/deno_slack_hooks@0.2.0/check_update.ts";
extractVersion takes in a string, searches for a version, and, if version is found, returns that version.