Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/authlete_deno/src/util/util.ts

Authlete Library for Deno
Go to Latest
import * as authleteDeno from "https://deno.land/x/authlete_deno@v1.2.9/src/util/util.ts";

Functions

Check if the given value is empty.

Check if the given value is not empty.

Check if the given value is undefined.

Check if the given value is an object.

Check if the given value is an object.

Check if the given value is undefined.

Check if the given value is undefined or null.

Convert a JavaScript value to a JSON string. null is returned if failed to stringfy the value.