UNPKG

@mondaycom/apps-cli

Version:

A cli tool to manage apps (and monday-code projects) in monday.com

8 lines (7 loc) 159 B
export const isPermitted = (permission) => { if (!permission) { return false; } // add granular permission check here return false; };