UNPKG

permix

Version:

Permix is a lightweight, framework-agnostic, type-safe permissions management library for JavaScript applications on the client and server sides.

4 lines 106 B
//#region src/utils.d.ts type MaybePromise<T> = T | Promise<T>; //#endregion export { MaybePromise as t };