UNPKG

is-ogrn

Version:

The OGRN verification algorithm

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