Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/validatte/behaviors/common/isEAN.ts>isEAN

A Savory Class validator for Deno
Go to Latest
function isEAN
import { isEAN } from "https://deno.land/x/validatte@0.7.1/behaviors/common/isEAN.ts";

Check if string is valid EAN: Matches EAN-8/EAN-13 regex Has valid check digit.

Parameters

str: string

Returns

boolean