UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

8 lines (7 loc) 158 B
export function defaultUCPolicyOutput() { const out = { // The stricter, the better for security allowed: false, }; return out; }