-
-
Notifications
You must be signed in to change notification settings - Fork 0
Main module
Eugene Lazutkin edited this page Apr 3, 2026
·
3 revisions
The main module exposes commonly used objects defined in other modules. It is available like that:
import equal, {clone} from 'deep6';the following exports:
-
equal(a, b [, options])— deep equality. -
match(a, b [, options])(orisShape()) — object pattern matching. -
clone(a [, options])— deep cloning.
The default export of the module is equal().