Skip to main content
Module

x/dev_server/dev_deps.ts>path.isGlob

Feel free to import TypeScript files in the script tag!
Latest
function path.isGlob
import { path } from "https://deno.land/x/dev_server@v1.0.0-rc4/dev_deps.ts";
const { isGlob } = path;

Test whether the given string is a glob

Parameters

str: string

Returns

boolean