UNPKG
is-ogrn
Version:
latest (1.1.2)
1.1.2
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0
0.3.5
0.3.3
0.3.1
0.3.0
0.2.0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1
The OGRN verification algorithm
github.com/RikoGit/is-ogrn
RikoGit/is-ogrn
is-ogrn
/
toOgrn.js
9 lines
(7 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
function
(
value
) {
return
String
(value).
trim
().
replace
(
/-/g
,
''
); };