|
3 | 3 | <!-- versionstop -->
|
4 | 4 |
|
5 | 5 | <!-- toc -->
|
| 6 | + |
6 | 7 | - [Code](#code)
|
7 |
| - - Grammar |
8 |
| - - Flags |
9 |
| - - [`expect(value, [prefix])`](#expectvalue-prefix) |
10 |
| - - Types |
11 |
| - - [`arguments()`](#arguments) |
12 |
| - - [`array()`](#array) |
13 |
| - - [`boolean()`](#boolean) |
14 |
| - - [`buffer()`](#buffer) |
15 |
| - - [`date()`](#date) |
16 |
| - - [`function()`](#function) |
17 |
| - - [`number()`](#number) |
18 |
| - - [`regexp()`](#regexp) |
19 |
| - - [`string()`](#string) |
20 |
| - - [`object()`](#object) |
21 |
| - - Values |
22 |
| - - [`true()`](#true) |
23 |
| - - [`false()`](#false) |
24 |
| - - [`null()`](#null) |
25 |
| - - [`undefined()`](#undefined) |
26 |
| - - [`include(values)`](#includevalues) |
27 |
| - - [`startWith(value)`](#startwithvalue) |
28 |
| - - [`endWith(value)`](#endwithvalue) |
29 |
| - - [`exist()`](#exist) |
30 |
| - - [`empty()`](#empty) |
31 |
| - - [`length(size)`](#lengthsize) |
32 |
| - - [`equal(value[, options])`](#equalvalue-options) |
33 |
| - - [`above(value)`](#abovevalue) |
34 |
| - - [`least(value)`](#leastvalue) |
35 |
| - - [`below(value)`](#belowvalue) |
36 |
| - - [`most(value)`](#mostvalue) |
37 |
| - - [`within(from, to)`](#withinfrom-to) |
38 |
| - - [`between(from, to)`](#betweenfrom-to) |
39 |
| - - [`about(value, delta)`](#aboutvalue-delta) |
40 |
| - - [`instanceof(type)`](#instanceoftype) |
41 |
| - - [`match(regex)`](#matchregex) |
42 |
| - - [`satisfy(validator)`](#satisfyvalidator) |
43 |
| - - [`throw([type], [message])`](#throwtype-message) |
44 |
| - - [`fail(message)`](#failmessage) |
45 |
| - - [`count()`](#count) |
46 |
| - - [`incomplete()`](#incomplete) |
47 |
| - - [Settings](#settings) |
48 |
| - - [`truncateMessages`](#truncatemessages) |
49 |
| - - [`comparePrototypes`](#compareprototypes) |
| 8 | + - [Grammar](#grammar) |
| 9 | + - [Flags](#flags) |
| 10 | + - [`expect(value, [prefix])`](#expectvalue-prefix) |
| 11 | + - [Types](#types) |
| 12 | + - [`arguments()`](#arguments) |
| 13 | + - [`array()`](#array) |
| 14 | + - [`boolean()`](#boolean) |
| 15 | + - [`buffer()`](#buffer) |
| 16 | + - [`date()`](#date) |
| 17 | + - [`function()`](#function) |
| 18 | + - [`number()`](#number) |
| 19 | + - [`regexp()`](#regexp) |
| 20 | + - [`string()`](#string) |
| 21 | + - [`object()`](#object) |
| 22 | + - [Values](#values) |
| 23 | + - [`true()`](#true) |
| 24 | + - [`false()`](#false) |
| 25 | + - [`null()`](#null) |
| 26 | + - [`undefined()`](#undefined) |
| 27 | + - [`include(values)`](#includevalues) |
| 28 | + - [`startWith(value)`](#startwithvalue) |
| 29 | + - [`endWith(value)`](#endwithvalue) |
| 30 | + - [`exist()`](#exist) |
| 31 | + - [`empty()`](#empty) |
| 32 | + - [`length(size)`](#lengthsize) |
| 33 | + - [`equal(value[, options])`](#equalvalue-options) |
| 34 | + - [`above(value)`](#abovevalue) |
| 35 | + - [`least(value)`](#leastvalue) |
| 36 | + - [`below(value)`](#belowvalue) |
| 37 | + - [`most(value)`](#mostvalue) |
| 38 | + - [`within(from, to)`](#withinfrom-to) |
| 39 | + - [`between(from, to)`](#betweenfrom-to) |
| 40 | + - [`about(value, delta)`](#aboutvalue-delta) |
| 41 | + - [`instanceof(type)`](#instanceoftype) |
| 42 | + - [`match(regex)`](#matchregex) |
| 43 | + - [`satisfy(validator)`](#satisfyvalidator) |
| 44 | + - [`throw([type], [message])`](#throwtype-message) |
| 45 | + - [`fail(message)`](#failmessage) |
| 46 | + - [`count()`](#count) |
| 47 | + - [`incomplete()`](#incomplete) |
| 48 | + - [Settings](#settings) |
| 49 | + - [`truncateMessages`](#truncatemessages) |
| 50 | + - [`comparePrototypes`](#compareprototypes) |
| 51 | + |
| 52 | +<!-- tocstop --> |
50 | 53 |
|
51 | 54 | ## Code
|
52 | 55 |
|
|
0 commit comments