UNPKG

@typedefs/parser

Version:
13 lines (12 loc) 327 B
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