This website requires JavaScript.
Flaschengeist
Help
Sign In
Flaschengeist
/
flaschengeist-types
Watch
7
Star
0
Fork
You've already forked flaschengeist-types
0
Code
Issues
Pull Requests
Projects
Releases
Activity
7cc03a31f7
flaschengeist-types
/
types
/
index.d.ts
4 lines
71 B
TypeScript
Raw
Normal View
History
Unescape
Escape
[plugin][core] Fixed entry point, work on plugin definitions * Entry point is now in source, no need to compile, this is done by Flaschengeist when included * Added `id` property to plugins * Required modules now support version dependencies
2021-05-21 15:04:29 +00:00
/// <reference path="flaschengeist.d.ts" />
[format] Run prettier
2021-05-26 14:55:24 +00:00
export
*
from
'./plugin'
;