UNPKG

@nocobase/plugin-file-manager

Version:

Provides files storage services with files collection template and attachment field.

6 lines (5 loc) 94 B
export function checkEnv(msg: string) { if (process.browser) { console.warn(msg); } }