20 lines
397 B
Markdown
20 lines
397 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [isDebug](./js-utils.isdebug.md)
|
|
|
|
## isDebug() function
|
|
|
|
Test if DEBUG mode is set.
|
|
|
|
TODO: check variable value as well
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export declare function isDebug(): boolean;
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
boolean
|
|
|