PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/html2canvas/dist/lib/css/property-descriptors

Просмотр файла: border-width.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.borderLeftWidth = exports.borderBottomWidth = exports.borderRightWidth = exports.borderTopWidth = void 0;
var parser_1 = require("../syntax/parser");
var borderWidthForSide = function (side) { return ({
    name: "border-" + side + "-width",
    initialValue: '0',
    type: 0 /* VALUE */,
    prefix: false,
    parse: function (_context, token) {
        if (parser_1.isDimensionToken(token)) {
            return token.number;
        }
        return 0;
    }
}); };
exports.borderTopWidth = borderWidthForSide('top');
exports.borderRightWidth = borderWidthForSide('right');
exports.borderBottomWidth = borderWidthForSide('bottom');
exports.borderLeftWidth = borderWidthForSide('left');
//# sourceMappingURL=border-width.js.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!