Skip to main content
Module

x/azure_functions/deps.ts

Run Deno 🦕 on Azure Functions ⚡️
Latest
import * as azureFunctions from "https://deno.land/x/azure_functions@v0.9.0/deps.ts";

Functions

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.

Moves a file or directory

Take a set of command line arguments, with an optional set of options, and return an object representation of those argument.

Read zip file asynchronously from a file

Coerces a string to semver if possible

Return true if version is greater than all the versions possible in the range.

Return the version incremented by the release type (major, minor, patch, or prerelease), or null if it's not valid.

Return true if any of the ranges comparators intersect

Return true if version is less than all the versions possible in the range.

Return the major version number.

Return the minor version number.

Return true if the version is outside the bounds of the range in either the high or low direction. The hilo argument must be either the string '>' or '<'. (This is the function called by gtr and ltr.)

Return the patch version number.

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient.