1. 首页
  2. 移动开发
  3. 其他
  4. string to jsdoc comment:将字符串转换为JSDoc注释 源码

string to jsdoc comment:将字符串转换为JSDoc注释 源码

上传者: 2021-04-01 18:40:53上传 ZIP文件 45.59KB 热度 19次
字符串到jsdoc注释 将字符串转换为JSDoc注释 const { stringToJsdocComment } = require ( 'string-to-jsdoc-comment' ) const comment = stringToJsdocComment ( 'Here is some description.' ) 现在comment /** * Here is some description. */ 信用 该方法是从提取的。 原始方法由实现。 执照
用户评论