UNPKG

tini-app-jsapi-plugin

Version:

Tini App JSApi Plugin is a typescript server plugin that adds intellisense to Tini App JSApi.

64 lines (51 loc) 1.7 kB
/// <reference no-default-lib="true"/> /// <reference path="./global.d.ts" /> /// <reference path="./app.d.ts" /> /// <reference path="./page.d.ts" /> /// <reference path="./component.d.ts" /> /// <reference path="./event.d.ts" /> /// <reference path="./jsapi/index.d.ts" /> /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const globalThis: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const global: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const fetch: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const self: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const Window: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const window: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const document: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const location: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const XMLHttpRequest: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const eval: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const Function: undefined;