All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ghetti.spaghetti-typescript-support.2.1-rc-1.source-code.Spaghetti.ts Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
declare class Spaghetti {
    /**
     * Returns the module version.
     */
    public static getModuleVersion():string;

    /**
     * Returns the Spaghetti version used to build the module.
     */
    public static getSpaghettiVersion():string;

    /**
   	 * Returns the name of the module.
   	 */
    public static getModuleName():string;

    /**
   	 * Returns a URL pointing to this module's given resource.
   	 */
    public static getResourceUrl(resource:string):string;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy