package/src/index.ts (
4
lines of code) (
raw
):
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. export * from "./auth" export * from "./rbac"; export * from "./group"; export * from "./principal";