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

typescript-jquery.apis.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#apiInfo}}
{{#apis}}
{{#operations}}
export * from './{{ classFilename }}';
import { {{ classname }} } from './{{ classFilename }}';
{{/operations}}
{{/apis}}
export const APIS = [{{#apis}}{{#operations}}{{ classname }}{{/operations}}{{^-last}}, {{/-last}}{{/apis}}];
{{/apiInfo}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy