Skip to main content
Module

x/tstl/utility/node.ts>is_node

TypeScript-STL (Standard Template Library, migrated from C++)
Latest
function is_node
import { is_node } from "https://deno.land/x/tstl@v3.0.0/utility/node.ts";

Test whether the code is running on NodeJS.

Returns

boolean

Whether NodeJS or not.