メタ情報をレンダリングするように

This commit is contained in:
syuilo 2018-05-06 01:34:48 +09:00
parent d9cdc1f079
commit 440cf139bb
7 changed files with 110 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/**
* 稿
* @param {*} note 稿
* @param {*} note (packされた)稿
*/
const summarize = (note: any): string => {
if (note.isHidden) {