import * as actionify from "https://deno.land/x/actionify@0.3.0/src/deps/globber.ts";
Variables
The name of the package in the registry. | |
This stores the version of the module and is used to automatically tag for releases. |
Functions
Transform a pattern into a matching function. | |
This produces an async iterable for searching through the provided patterns
relative to the | |
Returns | |
Returns | |
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. |
Interfaces
Props for creating the matcher function which takes a pathname and returns true when the value matches and false when it doesn't match. | |