Skip to main content
Module

x/deploy/deps.ts

Command line tool for Deno Deploy
Go to Latest
File
// Copyright 2021 Deno Land Inc. All rights reserved. MIT license.
// stdexport { fromFileUrl, join, normalize, resolve, toFileUrl,} from "https://deno.land/std@0.148.0/path/mod.ts";export { bold, green, red, yellow,} from "https://deno.land/std@0.148.0/fmt/colors.ts";export { parse as parseArgs } from "https://deno.land/std@0.148.0/flags/mod.ts";export { LineStream } from "https://deno.land/std@0.148.0/streams/delimiter.ts";
// x/semverexport { gte as semverGreaterThanOrEquals, valid as semverValid,} from "https://deno.land/x/semver@v1.4.0/mod.ts";
// x/waitexport { Spinner, wait } from "https://deno.land/x/wait@0.1.12/mod.ts";