UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

3 lines 98 B
export var unitToNumber = function unitToNumber(unit) { return unit ? parseInt(unit, 10) : 0; };