UNPKG
@half-elf/bard
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Repository for game mechanics from various d20 systems.
@half-elf/bard
/
src
/
index.d.ts
10 lines
(7 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Alignment
,
Race
}
from
'./common'
;
declare
enum
System
{
PF
=
'Pathfinder'
, }
export
const
alignments
:
Alignment
[];
export
const
races
:
Race
[];
export
const
pathfinder
:
typeof
import
(
'./pathfinder'
);