JSDoc
documenttool
webESModuleTS/JSdoc.deno.land
Node.jstakker
compilerOptions.checkJs

()
$ /** @type {string} */
$ const test = /** @type {string} */ (new Date().getTime());
interface (typescript)
/**
* @typedef {object} Path scrapbox
* @prop {string} project project name
* @prop {stirng} title page title
* @prop {string=} id line id
*/
object Object
@prop{}@property{}
optional
$ @prop {string=} id line id
$ @prop [string] id line id
default []
$ @prop [string="takker"] project project name

declare
使JavaScript only

References
TypeScript
Deno
Deno

#2024-08-02 13:18:52
#2024-04-26 07:01:46
#2022-05-20 18:10:30
#2021-07-24 17:20:05