Skip to content

Commit

Permalink
feat: expose reflect functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 29, 2020
1 parent ea90e7d commit e530a99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Expand Up @@ -55,6 +55,10 @@ export {
removePid,
writePid,
} from './utils/PidFile';
export {
getConstructor,
getMethods,
} from './utils/Reflect';
export {
SIGNAL_RELOAD,
SIGNAL_RESET,
Expand Down

0 comments on commit e530a99

Please sign in to comment.