UNPKG

is-ogrn

Version:

The OGRN verification algorithm

9 lines (7 loc) 170 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (ogrn) { return ogrn.length === 15 || ogrn.length === 13; };