|
1 | 1 |
|
2 | | -## hoek |
3 | | - |
4 | | -* [Object](#object "Object") |
5 | | - * [clone](#cloneobj-options "clone") |
6 | | - * [merge](#mergetarget-source-options "merge") |
7 | | - * [applyToDefaults](#applytodefaultsdefaults-source-options "applyToDefaults") |
8 | | - * [deepEqual](#deepequala-b-options "deepEqual") |
9 | | - * [intersect](#intersectarray1-array2-options "intersect") |
10 | | - * [contain](#containref-values-options "contain") |
11 | | - * [flatten](#flattenarray-target "flatten") |
12 | | - * [reach](#reachobj-chain-options "reach") |
13 | | - * [reachTemplate](#reachtemplateobj-template-options "reachTemplate") |
14 | | - * [stringify](#stringifyargs "stringify") |
15 | | -* [Bench](#bench "Bench") |
16 | | -* [Escaping Characters](#escaping-characters "Escaping Characters") |
17 | | - * [escapeHtml](#escapehtmlstring "escapeHtml") |
18 | | - * [escapeHeaderAttribute](#escapeheaderattributeattribute "escapeHeaderAttribute") |
19 | | - * [escapeJson](#escapejsonstring "escapeJson") |
20 | | - * [escapeRegex](#escaperegexstring "escapeRegex") |
21 | | -* [Errors](#errors "Errors") |
22 | | - * [assert](#assertcondition-message "assert") |
23 | | -* [Function](#function "Function") |
24 | | - * [once](#oncefn "once") |
25 | | - * [ignore](#ignore "ignore") |
26 | | -* [Promises](#promises "Promises") |
27 | | - * [wait](#waittimeout "wait") |
28 | | - * [block](#block "block") |
29 | | - |
30 | | - |
31 | | - |
32 | 2 | ### Object |
33 | 3 |
|
34 | 4 | **hoek** provides several helpful methods for objects and arrays. |
|
0 commit comments