Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 283B

12345
  1. export function _detectPlatform(canvas: any): typeof BasicPlatform | typeof DomPlatform;
  2. import BasicPlatform from "./platform.basic.js";
  3. import DomPlatform from "./platform.dom.js";
  4. import BasePlatform from "./platform.base.js";
  5. export { BasePlatform, BasicPlatform, DomPlatform };