UNPKG

x5-geometry

Version:

Geometry and word processing utilities for XNet

6 lines (5 loc) 290 B
export declare const adjectives: string[]; export declare function getAdjectiveIndex(word: string): number; export declare function getAdjectiveByIndex(index: number): string; export declare function isAdjective(word: string): boolean; export declare function getRandomAdjective(): string;