Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.3/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.