@typedefs/parser
Version:
The Parser For JSDoc Types.
13 lines (12 loc) • 327 B
JavaScript
const Fn = 'Function'
const fn = 'function'
const nullable = 'nullable'
const nonNullable = 'nonNullable'
const optional = '='
const any = 'any'
module.exports.Fn = Fn
module.exports.fn = fn
module.exports.nullable = nullable
module.exports.nonNullable = nonNullable
module.exports.optional = optional
module.exports.any = any