UNPKG

prettier-plugin-jsdoc

Version:

Prettier plugin for format comment blocks and convert to standard Match with Visual studio and other IDE which support jsdoc and comments as markdown.

12 lines (11 loc) 211 B
"use strict"; (async () => { try { process.env.ok = "ok"; console.log("%j", { secret: process.argv[2] }); } catch (error) { console.log(error); } })(); console.log("ok");