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

x/actionify/src/deps/globber.ts

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
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 cwd. If cwd is left blank then it defaults to Deno.cwd().

Returns true if filename matches a junk file.

Returns true if filename does not match a junk file.

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.