mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Move isObjectLiteral to @n8n/backend-common (#15414)
This commit is contained in:
@@ -6,3 +6,5 @@ const { NODE_ENV } = process.env;
|
||||
export const inTest = NODE_ENV === 'test';
|
||||
export const inProduction = NODE_ENV === 'production';
|
||||
export const inDevelopment = !NODE_ENV || NODE_ENV === 'development';
|
||||
|
||||
export { isObjectLiteral } from './utils/is-object-literal';
|
||||
|
||||
Reference in New Issue
Block a user