UNPKG
@aureooms/js-ascii
Version:
latest (1.0.1)
1.0.1
ASCII code bricks for JavaScript
aureooms.github.io/js-ascii/
aureooms/js-ascii
@aureooms/js-ascii
/
js
/
dist
/
ascii.min.js
2 lines
•
281 B
JavaScript
View Raw
1
2
!
function
(
i,r
){
"use strict"
;
var
t=
function
(
i
){
return
i>=
"0"
&&
"9"
>=i};i.
isdigit
=t;
var
n=
function
(
i
){
return
i>=
"a"
&&
"z"
>=i};i.
islower
=n;
var
e=
function
(
i
){
return
i>=
"A"
&&
"Z"
>=i};i.
isupper
=e}(
"undefined"
==
typeof
exports
?
this
.
ascii
={}:
exports
);
//# sourceMappingURL=js/dist/ascii.js.map