由.d.ts檔抓出各lib/function的定義與註解,以供相關人員檢視。
根目錄建立to-reads資料夾,將需要彙整的資料放入其中後,執行
node build/main.js
- All comments with
/** any content here */
for Object withlet
declaration or Functions/Methods will be exported with its name. - Thus to export name but comment:
/** */