Skip to content

mxab/simple-schema-jsdoc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##JSDoc Sample

###Setup git submodule init && git submodule update

###Run meteor Should result in:


/**
 @typedef {{
      title : string,
      author : string,
      copies : number,
      lastCheckedOut : (Date|undefined),
      summary : (string|undefined)
 }} Book
 */

/**
 @typedef {{
      street : string,
      city : string,
      state : string,
      zip : string
 }} Address
 */

/**
 @typedef {{
      billingAddress : {
              street : string,
              city : string,
              state : string,
              zip : string
      },
      shippingAddresses : Array.<{
                      street : string,
                      city : string,
                      state : string,
                      zip : string
              }>
 }} Customer
 */

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published