Skip to main content
Module

std/internal/mod.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.224.0/internal/mod.ts";

Internal utilities for the public API of the Deno Standard Library.

Note: this module is for internal use only and should not be used directly.

Functions

Renders the differences between the actual and expected values

Renders the differences between the actual and expected strings Partially inspired from https://github.com/kpdecker/jsdiff

Converts the input into a string. Objects, Sets and Maps are sorted so as to make tests less flaky