Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@microsoft
/
immersive-reader-sdk
/
lib
/
Filename :
launchAsync.d.ts
back
Copy
import { Content } from './content'; import { Options } from './options'; import { LaunchResponse } from './launchResponse'; export declare function launchAsync(token: string, subdomain: string, content: Content, options?: Options): Promise<LaunchResponse>; export declare function close(): void; export declare function isValidSubdomain(subdomain: string): boolean;