Skip to content

Commit

Permalink
Merge pull request #395 from maticzav/expose-chain
Browse files Browse the repository at this point in the history
fix: expose chain rule
  • Loading branch information
maticzav authored Jun 20, 2019
2 parents a5038d7 + 233d358 commit 1a4acb8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
export { IRules, IRule } from './types'
export { shield } from './shield'
export { rule, inputRule, allow, deny, and, or, not } from './constructors'
export {
rule,
inputRule,
allow,
deny,
and,
chain,
or,
not,
} from './constructors'

0 comments on commit 1a4acb8

Please sign in to comment.