UNPKG
x5-geometry
Version:
latest (1.0.1)
1.0.1
1.0.0
Geometry and word processing utilities for XNet
github.com/xnet-mobile/x5-js
xnet-mobile/x5-js
x5-geometry
/
dist
/
adjectives.d.ts
6 lines
(5 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
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
;