import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/runtime.ts";
Utility functions to retrieve runtime information or configure runtime behaviors.
Variables
A unified symbol that can be used to customize the inspection behavior of an object, currently supports Node.js, Bun and Deno. | |
Functions
Adds a listener function to be called when the program receives a | |
Adds a listener function to be called when an unhandled promise rejection
occurs in the program, this function calls
| |
Returns the information of the runtime environment in which the program is running. | |
f env | Returns all environment variables in an object. |
Detects if the program is running in a REPL environment. | |
Returns a string identifying the operating system platform in which the program is running. | |
Make the timer block the event loop from finishing again after it has been unrefed. | |
Make the timer not block the event loop from finishing. |
Interfaces
The information of the runtime environment in which the program is running. |