Skip to main content
Module

x/equal/deps.ts

TypeScript-first deep equivalence comparison between two values
Latest
File
// Copyright 2021-present the Equal authors. All rights reserved. MIT license.export { and, constructorName, entries, F, has, ifElse, ifElseFn, isArray, isBoolean, isFunction, isJSONObject, isNil, isNumber, isObject, isPrimitive, isSymbol, length, N, not, or, xor,} from "https://deno.land/x/fonction@v1.8.0-beta.7/mod.ts";
export type { AnyFn, Primitive,} from "https://deno.land/x/fonction@v1.8.0-beta.7/mod.ts";