Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function cmpStringArray
import { cmpStringArray } from "https://deno.land/x/fresh@1.6.1/tests/fixture_twind_hydrate/utils/utils.ts";

Returns the number of string duplicates that compare two string[].

Parameters

a: string[]
b: string[]