/** * Created by Capricorncd. * https://github.com/capricorncd * Date: 2022/06/11 13:13:33 (GMT+0900) */ /** * @constant BLANK_LINE * blank line. */ export const BLANK_LINE = '' /** * @constant DOC_TYPES * Supported annotation types. */ export const DOC_TYPES = { method: 'method', type: 'type', document: 'document', constant: 'constant', property: 'property', }