$phyla: {
all(): Phylum[];
(literals: TemplateStringsArray, ...placeholders: string[]): Phylum[];
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Phylum[]
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Phylum[]
all: function
A list of Phyla specified by a comma-separated list of names. For a list of all possible Phyla, leave the template string blank.