UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

9 lines (8 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unitToNumber = void 0; var unitToNumber = exports.unitToNumber = function unitToNumber(unit) { return unit ? parseInt(unit, 10) : 0; };