Skip to main content
Module

x/license_checker/deps.ts>contains

📄 CLI tool for checking license headers in files
Go to Latest
function contains
import { contains } from "https://deno.land/x/license_checker@v3.2.0/deps.ts";

Determines whether the source array includes the pattern array.

Parameters

source: Uint8Array
pattern: Uint8Array
optional
fromIndex = [UNSUPPORTED]

Returns

boolean