UNPKG

@conte-ltd/trpc-shield

Version:

tRPC permissions as another layer of abstraction!

4 lines (3 loc) 156 B
export { IRules, IRule } from './types'; export { shield } from './shield'; export { rule, allow, deny, and, chain, race, or, not, } from './constructors';