Skip to main content
Module

x/danet/validation.ts>isEAN

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
function isEAN
import { isEAN } from "https://deno.land/x/danet@1.1.1/validation.ts";

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

Parameters

str: string

Returns

boolean