UNPKG
@unisnips/core
Version:
latest (0.8.0)
0.8.0
0.7.1
0.7.0
0.7.0-alpha.0
0.6.0
0.6.0-alpha.0
0.5.1-alpha.0
0.5.0
0.5.0-alpha.0
0.4.0
0.4.0-alpha.1
0.3.0-alpha.1
0.3.0-alpha.0
0.2.0-alpha.1
0.2.0-alpha.0
0.1.0
Core functions and types of unisnips project
@unisnips/core
/
lib
/
index.d.ts
6 lines
(5 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./type'
;
export
*
from
'./util-type'
;
export
{ applyReplacements }
from
'./replacement'
;
export
*
from
'./interpreter'
;
export
*
from
'./plugin'
;