Skip to main content
Module

x/written/test_deps.ts

A set of utilities for manipulating text, with a focus on providing typographic tools rather than pure string manipulation.
Latest
File
export { describe, it } from "https://deno.land/std@0.136.0/testing/bdd.ts";
export { assertEquals as equals } from "https://deno.land/std@0.136.0/testing/asserts.ts";
export * as written from "./written.ts";