deno.land / std@0.224.0 / expect / _constants.ts
12345// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.// This file is copied from `std/assert`.export const CAN_NOT_DISPLAY = "[Cannot display]";
Version Info