UNPKG
take-shot
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.9
0.0.8
0.0.7
0.0.6
Screenshots with JavaScript
github.com/sedmedgh/take-shot
sedmedgh/take-shot
take-shot
/
dist
/
lib
/
css
/
types
/
length.js
6 lines
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isLength
=
void
0
;
const
isLength
= (
token
) => token.
type
===
17
/* TokenType.NUMBER_TOKEN */
|| token.
type
===
15
/* TokenType.DIMENSION_TOKEN */
;
exports
.
isLength
= isLength;
//# sourceMappingURL=length.js.map