UNPKG

@polgubau/utils

Version:

A collection of utility functions for TypeScript

6 lines 234 B
// src/comparators/index.ts export * from "./is-client/is-client.mjs"; export * from "./is-deep-key/isDeepKey.mjs"; export * from "./is-equal/is-equal.mjs"; export * from "./is-object/is-object.mjs"; //# sourceMappingURL=index.mjs.map