Skip to content

Instantly share code, notes, and snippets.

View cedx's full-sized avatar

Cédric Belin cedx

View GitHub Profile
@cedx
cedx / class.js
Last active May 1, 2024 16:52
JavaScript/JSDoc <=> TypeScript/TSDoc
/**
* Represents the front page or home URL transmitted when making requests.
*/
export class Blog {
/**
* The character encoding for the values included in comments.
* @type {string}
*/
charset;