UNPKG

trpc-shield

Version:

tRPC permissions as another layer of abstraction!

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