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

handlebars.javascript.es6.enumClass.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
{{#emitJSDoc}}  /**
   * Allowed values for the {{baseName}} property.
   * @enum {{braces "left"}}{{datatype}}{{braces "right"}}
   * @readonly
   */{{/emitJSDoc}}
  export {{datatypeWithEnum}} = {
{{#allowableValues}}
  {{#enumVars}}
    {{#emitJSDoc}}
    /**
     * value: {{{value}}}
     * @const
     */
    {{/emitJSDoc}}
    "{{name}}": {{{value}}}{{^@last}},
    {{/@last}}
  {{/enumVars}}
{{/allowableValues}}
  };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy