UNPKG

permissions.js

Version:

This module is a manager for permissions. With this module you can defined and host the permissions of user as a integer which makes it possible to limit the use of memory.

4 lines (3 loc) 58 B
export interface IObject { [index: string]: any; }