Skip to content

Commit

Permalink
Export lib/ from sim/
Browse files Browse the repository at this point in the history
This is a dumb hack, but it allows everyone to use PS's lib files
with `require('pokemon-showdown')`.

This is EXTREMELY unsupported and I make ZERO guarantees about API
stability.
  • Loading branch information
Zarel committed Jun 9, 2021
1 parent 264831e commit 147b7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ export {Pokemon} from './pokemon';
export {PRNG} from './prng';
export {Side} from './side';
export {TeamValidator} from './team-validator';
export * from '../lib';

0 comments on commit 147b7e0

Please sign in to comment.