Skip to main content
Module

x/danet/validation.ts>isEAN

The most mature backend framework for Deno
Go to Latest
function isEAN
import { isEAN } from "https://deno.land/x/danet@2.3.0/validation.ts";

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

Parameters

str: string

Returns

boolean