Skip to main content
Module

x/authlete_deno/src/util/util.ts

Authlete Library for Deno
Latest
import * as authleteDeno from "https://deno.land/x/authlete_deno@v1.2.10/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.