UNPKG
brogue
Version:
latest (0.7.1)
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
A Grammar based generative text library based on Tracery.
brogue
/
dist
/
brogue
/
modifiers.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
declare
function
getBuiltInModifier
(
name
:
string
):
Function
|
undefined
;
export
{ getBuiltInModifier, };