UNPKG

@ui5/linter

Version:

A static code analysis tool for UI5

14 lines (12 loc) 292 B
interface JQueryStatic { /** * Holds information about the current operating system * * @deprecated since 1.20 use {@link sap.ui.Device.os} instead */ os: object; /** * @deprecated since 1.20 use the respective functions of {@link sap.ui.Device} instead */ device: object; }