Skip to main content
Module

x/deno/js/util.ts

A modern runtime for JavaScript and TypeScript.
Go to Latest
import * as deno from "https://deno.land/x/deno@v0.17.0/js/util.ts";

Functions

Determines whether an object has a property with the specified name. Avoid calling prototype builtin hasOwnProperty for two reasons:

Debug logging for deno. Enable with the --log-debug or -D command line flag.

Split a number into two parts: lower 32 bit and higher 32 bit (as if the number is represented as uint64.)

Interfaces

A Resolvable is a Promise with the reject and resolve functions placed as methods on the promise object itself. It allows you to do: