@eryxdoc/content/modules Module

API Reference

Types

ModuleClass

type ModuleClass = {}

ModuleFunction

type ModuleFunction = {}

ModuleType

type ModuleType = {}

ModuleConstant

type ModuleConstant = {}

ModuleInfo

type ModuleInfo = { name: string, qualifiedName: string, filename: string, description: string?, moduleRoot: string?, primaryExport: extract.TypeDoc?, classes: { extract.TypeDoc }, functions: { extract.FuncDoc }, types: { extract.TypeDoc }, constants: { extract.ConstDoc } }
name: string
qualifiedName: string
filename: string
description: string?
moduleRoot: string?
primaryExport: extract.TypeDoc?
classes: { extract.TypeDoc }
functions: { extract.FuncDoc }
types: { extract.TypeDoc }
constants: { extract.ConstDoc }