Verifies that the two style objects have the same properties and their values are of the same type.
dataTypes({margin: "3px", padding:"7px"}, {margin:"5px"}): throw Error
dataTypes({margin: "3px"}, {margin:"5px"}): void
Make sure css values are of the same type, to avoid a malfunction when incrementing them.
intDataTypesEqual("12px", "12pt", "margin"): throw Error
intDataTypesEqual("12px", "12px", "margin"): void
Generated using TypeDoc
Handles possible errors when using Ayncat.