## isNodeEnvironment() function 
Returns true if running in Node.js environment with Buffer available.

**Signature:**

```typescript
export declare function isNodeEnvironment(): boolean;
```

**Returns:**

boolean

True if in Node.js environment.

- [isNodeEnvironment() function](/content/docs/sdk/core.isnodeenvironment#isnodeenvironment-function/index.html)
