mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
add seperate build with es6 modules
This commit is contained in:
parent
417006e089
commit
42fdddb4b0
4 changed files with 34 additions and 1 deletions
13
src/index.ts
Normal file
13
src/index.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
export {Demo} from './Demo';
|
||||
export {Parser} from './Parser';
|
||||
export {StreamParser} from './StreamParser';
|
||||
export {Match} from './Data/Match';
|
||||
export {Player} from './Data/Player';
|
||||
export {PlayerCondition} from './Data/PlayerCondition';
|
||||
export {GameEvent} from './Data/GameEvent';
|
||||
export {PacketEntity} from './Data/PacketEntity';
|
||||
export {SendPropDefinition, SendPropFlag, SendPropType} from './Data/SendPropDefinition';
|
||||
export {SendProp} from './Data/SendProp';
|
||||
export {Vector} from './Data/Vector';
|
||||
export {World} from './Data/World';
|
||||
export {UserInfo} from './Data/UserInfo';
|
||||
Loading…
Add table
Add a link
Reference in a new issue