UNPKG

graplix

Version:

Authorization framework for implementing Relation-based Access Control (ReBAC) with the Resolver (Inspired by [GraphQL](https://graphql.org))

2 lines (1 loc) 48 B
export type Nullable<T> = T | null | undefined;