UNPKG

@visulima/string

Version:

Functions for manipulating strings.

8 lines (5 loc) 322 B
import { expectAnsiStrings } from './utils.mjs'; var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); const toEqualAnsi = /* @__PURE__ */ __name((actual, expected) => expectAnsiStrings(actual, expected), "toEqualAnsi"); export { toEqualAnsi };