Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

typescript jsdoc interface

export interface ISource {
    /**
     * Bias: bias_text[rating.bias[0]],
     */
    b: string

    /**
     * Domain: `rating.domain.replace(/^www./, "")`
     */
    d: string
    ...
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #typescript #jsdoc #interface
ADD COMMENT
Topic
Name
9+4 =