UNPKG

diagram-js

Version:

A toolbox for displaying and modifying diagrams on the web

8 lines (7 loc) 158 B
/** * Get the logarithm of x with base 10. * * @param x */ export function log10(x: number): number; export { delta as substract } from "./PositionUtil";