Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Function packSearchData

Defined in searchData.ts

(
fileHost: FileHostinterface FileHostts-docs/fileHost/FileHost,
extractors: Arrayexternal Array<Projectclass Projectextractor/extractor/Project>,
path: string
): void

Packs the data in a convinient, small format. Unlike the default strucutre provided by ts-extractor, this packed structure only registers the "global" modules and includes all of the sub-module's things (classes, interfaces, etc.).

Writes PackedSearchDatatype PackedSearchDatats-docs/generator/PackedSearchData to the provided path.