UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

6 lines 296 B
"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