5.2.5
2024-07-24
BREAKING
squared.base
class Node {
hasUnit(attr: CssStyleAttr, options?: HasUnitOptions | boolean): boolean; // Node.inlineStatic for "width" and "height" are always false
get inlineStatic(): number; // Does not include SVG elements
}