UNPKG

happy-dom

Version:

Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.

15 lines 267 B
declare enum SVGLengthTypeEnum { unknown = 0, number = 1, percentage = 2, ems = 3, exs = 4, px = 5, cm = 6, mm = 7, in = 8, pt = 9, pc = 10 } export default SVGLengthTypeEnum; //# sourceMappingURL=SVGLengthTypeEnum.d.ts.map