diff --git a/README.md b/README.md index 7c542b37..7100e259 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ if (z.isEmpty(answer)) process.exit(1) #### Defined in -[pipe.ts:3](https://github.com/zacanger/zeelib/blob/22cde9d/src/pipe.ts#L3) +[pipe.ts:3](https://github.com/zacanger/zeelib/blob/9b2036e/src/pipe.ts#L3) ___ @@ -273,7 +273,7 @@ ___ #### Defined in -[types.ts:1](https://github.com/zacanger/zeelib/blob/22cde9d/src/types.ts#L1) +[types.ts:1](https://github.com/zacanger/zeelib/blob/9b2036e/src/types.ts#L1) ___ @@ -299,7 +299,7 @@ ___ #### Defined in -[open.ts:3](https://github.com/zacanger/zeelib/blob/22cde9d/src/open.ts#L3) +[open.ts:3](https://github.com/zacanger/zeelib/blob/9b2036e/src/open.ts#L3) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[colorize.ts:4](https://github.com/zacanger/zeelib/blob/22cde9d/src/colorize.ts#L4) +[colorize.ts:4](https://github.com/zacanger/zeelib/blob/9b2036e/src/colorize.ts#L4) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[curry.ts:1](https://github.com/zacanger/zeelib/blob/22cde9d/src/curry.ts#L1) +[curry.ts:1](https://github.com/zacanger/zeelib/blob/9b2036e/src/curry.ts#L1) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[store.ts:3](https://github.com/zacanger/zeelib/blob/22cde9d/src/store.ts#L3) +[store.ts:3](https://github.com/zacanger/zeelib/blob/9b2036e/src/store.ts#L3) ___ @@ -368,7 +368,7 @@ ___ #### Defined in -[count-items-in-array.ts:1](https://github.com/zacanger/zeelib/blob/22cde9d/src/count-items-in-array.ts#L1) +[count-items-in-array.ts:1](https://github.com/zacanger/zeelib/blob/9b2036e/src/count-items-in-array.ts#L1) ___ @@ -392,7 +392,7 @@ ___ #### Defined in -[debounce.ts:2](https://github.com/zacanger/zeelib/blob/22cde9d/src/debounce.ts#L2) +[debounce.ts:2](https://github.com/zacanger/zeelib/blob/9b2036e/src/debounce.ts#L2) ___ @@ -402,7 +402,7 @@ ___ #### Defined in -[keep.ts:4](https://github.com/zacanger/zeelib/blob/22cde9d/src/keep.ts#L4) +[keep.ts:4](https://github.com/zacanger/zeelib/blob/9b2036e/src/keep.ts#L4) ___ @@ -412,7 +412,7 @@ ___ #### Defined in -[debounce.ts:1](https://github.com/zacanger/zeelib/blob/22cde9d/src/debounce.ts#L1) +[debounce.ts:1](https://github.com/zacanger/zeelib/blob/9b2036e/src/debounce.ts#L1) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[store.ts:4](https://github.com/zacanger/zeelib/blob/22cde9d/src/store.ts#L4) +[store.ts:4](https://github.com/zacanger/zeelib/blob/9b2036e/src/store.ts#L4) ## Variables @@ -446,7 +446,7 @@ ___ #### Defined in -[colorize.ts:34](https://github.com/zacanger/zeelib/blob/22cde9d/src/colorize.ts#L34) +[colorize.ts:34](https://github.com/zacanger/zeelib/blob/9b2036e/src/colorize.ts#L34) ## Functions @@ -481,7 +481,7 @@ and([ 1, 2, 3, false ]) // => false #### Defined in -[and.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/and.ts#L8) +[and.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/and.ts#L8) ___ @@ -509,7 +509,7 @@ average([ 2, 4, 6, 8 ]) // => 5 #### Defined in -[average.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/average.ts#L7) +[average.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/average.ts#L7) ___ @@ -537,7 +537,7 @@ basename() // => string #### Defined in -[basename.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/basename.ts#L9) +[basename.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/basename.ts#L9) ___ @@ -565,7 +565,7 @@ camelCaseToLispCase('fooBar') // => 'foo-bar' #### Defined in -[camel-case-to-lisp-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/camel-case-to-lisp-case.ts#L7) +[camel-case-to-lisp-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/camel-case-to-lisp-case.ts#L7) ___ @@ -593,7 +593,7 @@ camelCaseToPascalCase('fooBar') // => 'FooBar' #### Defined in -[camel-case-to-pascal-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/camel-case-to-pascal-case.ts#L7) +[camel-case-to-pascal-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/camel-case-to-pascal-case.ts#L7) ___ @@ -621,7 +621,7 @@ camelCaseToSnakeCase('fooBar') // => 'foo_bar' #### Defined in -[camel-case-to-snake-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/camel-case-to-snake-case.ts#L7) +[camel-case-to-snake-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/camel-case-to-snake-case.ts#L7) ___ @@ -649,7 +649,7 @@ capitalizeFirstChar('things and stuff') // => 'Things and stuff' #### Defined in -[capitalize-first-char.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/capitalize-first-char.ts#L7) +[capitalize-first-char.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/capitalize-first-char.ts#L7) ___ @@ -684,7 +684,7 @@ chunk([1, 2, 3, 4 ], 2) // => [ [ 1, 2 ], [ 3, 4 ] ] #### Defined in -[chunk.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/chunk.ts#L7) +[chunk.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/chunk.ts#L7) ___ @@ -718,7 +718,7 @@ clamp(100, 0, 99) // => 00 #### Defined in -[clamp.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/clamp.ts#L11) +[clamp.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/clamp.ts#L11) ___ @@ -746,7 +746,7 @@ collapseNewlines('\n\n\n\n') // => '\n\n' #### Defined in -[collapse-newlines.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/collapse-newlines.ts#L7) +[collapse-newlines.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/collapse-newlines.ts#L7) ___ @@ -774,7 +774,7 @@ collapseWhitespace('a\n\r\t\nb') // => 'a b' #### Defined in -[collapse-whitespace.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/collapse-whitespace.ts#L7) +[collapse-whitespace.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/collapse-whitespace.ts#L7) ___ @@ -816,7 +816,7 @@ collectBy('foo')(data) // => { a: { foo: 'a', bar: 'whatever' }, b: { foo: 'b', #### Defined in -[collect-by.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/collect-by.ts#L11) +[collect-by.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/collect-by.ts#L11) ___ @@ -845,7 +845,7 @@ combineRegex([/[a-z]/, /[0-9]], 'g') ==> /[a-z][0-9]/g #### Defined in -[combine-regex.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/combine-regex.ts#L7) +[combine-regex.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/combine-regex.ts#L7) ___ @@ -893,7 +893,7 @@ compose(addOne, timesTwo)(2) // => 5 #### Defined in -[compose.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/compose.ts#L11) +[compose.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/compose.ts#L11) ___ @@ -930,7 +930,7 @@ countIn('a', [ 'a', 'b', 'c' ]) // => 1 #### Defined in -[count-in.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/count-in.ts#L9) +[count-in.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/count-in.ts#L9) ___ @@ -964,7 +964,7 @@ countItemsInArray([ 1, 1, 2, 3, 4 ]) // => { '1': 2, '2': 1, '3': 1, '4': 1 } #### Defined in -[count-items-in-array.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/count-items-in-array.ts#L9) +[count-items-in-array.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/count-items-in-array.ts#L9) ___ @@ -1002,7 +1002,7 @@ curry(addThree)(1)(1)(1) // => 3 #### Defined in -[curry.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/curry.ts#L13) +[curry.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/curry.ts#L13) ___ @@ -1031,7 +1031,7 @@ debounce(() => console.log('hi'), 5000) #### Defined in -[debounce.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/debounce.ts#L10) +[debounce.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/debounce.ts#L10) ___ @@ -1066,7 +1066,7 @@ diff([ 1, 2, 3 ], [ 2, 3 ]) // => [ 1 ] #### Defined in -[diff.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/diff.ts#L7) +[diff.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/diff.ts#L7) ___ @@ -1094,7 +1094,7 @@ div([ 4, 2, 1 ]) // => 2 #### Defined in -[div.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/div.ts#L7) +[div.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/div.ts#L7) ___ @@ -1140,7 +1140,7 @@ doubleUntil(2)([ 'hi' ]) // => [ 'hi', 'hi' ] #### Defined in -[double-until.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/double-until.ts#L7) +[double-until.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/double-until.ts#L7) ___ @@ -1175,7 +1175,7 @@ drop(2, [ 1, 2, 3 ]) // => 3 #### Defined in -[drop.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/drop.ts#L7) +[drop.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/drop.ts#L7) ___ @@ -1212,7 +1212,7 @@ dropWhile(lessThanThree, [ 1, 2, 3, 4 ]) // => [ 3, 4 ] #### Defined in -[drop-while.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/drop-while.ts#L11) +[drop-while.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/drop-while.ts#L11) ___ @@ -1249,7 +1249,7 @@ each([ 'a', 'b', 'c' ], id) // => 'a' #### Defined in -[each.ts:33](https://github.com/zacanger/zeelib/blob/22cde9d/src/each.ts#L33) +[each.ts:33](https://github.com/zacanger/zeelib/blob/9b2036e/src/each.ts#L33) ___ @@ -1285,7 +1285,7 @@ elem('a', 'asdf'.split('')) // => true #### Defined in -[elem.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/elem.ts#L8) +[elem.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/elem.ts#L8) ___ @@ -1312,7 +1312,7 @@ escapeForRegex('1 \\ {} []|') // => '1 \\\\ \{\} \\[\\]\\|' #### Defined in -[escape-for-regex.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/escape-for-regex.ts#L7) +[escape-for-regex.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/escape-for-regex.ts#L7) ___ @@ -1340,7 +1340,7 @@ execute('standard-format -w') #### Defined in -[execute.ts:15](https://github.com/zacanger/zeelib/blob/22cde9d/src/execute.ts#L15) +[execute.ts:15](https://github.com/zacanger/zeelib/blob/9b2036e/src/execute.ts#L15) ___ @@ -1368,7 +1368,7 @@ await fileExists('./foo') // => Promise #### Defined in -[file-exists.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/file-exists.ts#L10) +[file-exists.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/file-exists.ts#L10) ___ @@ -1405,7 +1405,7 @@ filter(lessThanThree, { a: 1, b: 4 }) // => { a: 1 } #### Defined in -[filter.ts:14](https://github.com/zacanger/zeelib/blob/22cde9d/src/filter.ts#L14) +[filter.ts:14](https://github.com/zacanger/zeelib/blob/9b2036e/src/filter.ts#L14) ___ @@ -1434,7 +1434,7 @@ findIndices(1, [ 1, 2, 1 ]) // => [ 0, 2 ] #### Defined in -[find-indices.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/find-indices.ts#L7) +[find-indices.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/find-indices.ts#L7) ___ @@ -1463,7 +1463,7 @@ findPort(8000, (err, port) => console.log(`${port} is open`)) #### Defined in -[find-port.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/find-port.ts#L13) +[find-port.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/find-port.ts#L13) ___ @@ -1498,7 +1498,7 @@ flattenAndUniq([ 1, 2, 3, [ 1, 2, 3 ]]) // => [ 1, 2, 3 ] #### Defined in -[flatten-and-uniq.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/flatten-and-uniq.ts#L10) +[flatten-and-uniq.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/flatten-and-uniq.ts#L10) ___ @@ -1540,7 +1540,7 @@ flip(minus)(2, 1) // => -1 #### Defined in -[flip.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/flip.ts#L9) +[flip.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/flip.ts#L9) ___ @@ -1576,7 +1576,7 @@ foldl1(increment, [ 1, 1, 1 ]) // => 3 #### Defined in -[fold.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/fold.ts#L8) +[fold.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/fold.ts#L8) ___ @@ -1598,7 +1598,7 @@ getFreeDisk() #### Defined in -[get-free-disk.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-free-disk.ts#L9) +[get-free-disk.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-free-disk.ts#L9) ___ @@ -1620,7 +1620,7 @@ getFreeMemory() #### Defined in -[get-free-memory.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-free-memory.ts#L9) +[get-free-memory.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-free-memory.ts#L9) ___ @@ -1642,7 +1642,7 @@ getGlobal() // => window, global, whatever #### Defined in -[get-global.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-global.ts#L7) +[get-global.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-global.ts#L7) ___ @@ -1664,7 +1664,7 @@ getHashFromDate() #### Defined in -[get-hash-from-date.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-hash-from-date.ts#L7) +[get-hash-from-date.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-hash-from-date.ts#L7) ___ @@ -1686,7 +1686,7 @@ getHashFromSystem() #### Defined in -[get-hash-from-system.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-hash-from-system.ts#L10) +[get-hash-from-system.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-hash-from-system.ts#L10) ___ @@ -1715,7 +1715,7 @@ getKeyByValue('bar', { foo: 'bar' }) // => 'foo' #### Defined in -[get-key-by-value.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-key-by-value.ts#L9) +[get-key-by-value.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-key-by-value.ts#L9) ___ @@ -1737,7 +1737,7 @@ getLoadAverage() #### Defined in -[get-load-average.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-load-average.ts#L10) +[get-load-average.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-load-average.ts#L10) ___ @@ -1759,7 +1759,7 @@ getMemoryUsage() #### Defined in -[get-memory-usage.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-memory-usage.ts#L9) +[get-memory-usage.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-memory-usage.ts#L9) ___ @@ -1789,7 +1789,7 @@ getOrdinal(1) // => '1st' #### Defined in -[get-ordinal.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-ordinal.ts#L9) +[get-ordinal.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-ordinal.ts#L9) ___ @@ -1811,7 +1811,7 @@ getProjectRoot() // /path/to/project #### Defined in -[get-project-root.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-project-root.ts#L10) +[get-project-root.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-project-root.ts#L10) ___ @@ -1840,7 +1840,7 @@ getRandomString(32) #### Defined in -[get-random-string.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-random-string.ts#L8) +[get-random-string.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-random-string.ts#L8) ___ @@ -1868,7 +1868,7 @@ getRegexFlags(/foo/ig) // => [ 'g', 'i' ] #### Defined in -[get-regex-flags.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-regex-flags.ts#L7) +[get-regex-flags.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-regex-flags.ts#L7) ___ @@ -1898,7 +1898,7 @@ getStdin((str) => { #### Defined in -[get-stdin.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-stdin.ts#L9) +[get-stdin.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-stdin.ts#L9) ___ @@ -1920,7 +1920,7 @@ getTerminalColumns() #### Defined in -[get-terminal-columns.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-terminal-columns.ts#L7) +[get-terminal-columns.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-terminal-columns.ts#L7) ___ @@ -1942,7 +1942,7 @@ getTerminalRows() #### Defined in -[get-terminal-rows.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-terminal-rows.ts#L7) +[get-terminal-rows.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-terminal-rows.ts#L7) ___ @@ -1964,7 +1964,7 @@ getTerminalSize() // => { columns: number, rows: number } #### Defined in -[get-terminal-size.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-terminal-size.ts#L9) +[get-terminal-size.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-terminal-size.ts#L9) ___ @@ -1986,7 +1986,7 @@ getUserHome() // => /home/z #### Defined in -[get-user-home.ts:12](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-user-home.ts#L12) +[get-user-home.ts:12](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-user-home.ts#L12) ___ @@ -2009,7 +2009,7 @@ getUserShell() #### Defined in -[get-user-shell.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/get-user-shell.ts#L8) +[get-user-shell.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/get-user-shell.ts#L8) ___ @@ -2038,7 +2038,7 @@ greater(1, 2) // => 2 #### Defined in -[greater.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/greater.ts#L7) +[greater.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/greater.ts#L7) ___ @@ -2079,7 +2079,7 @@ groupBy('foo')(data) // => { a: { foo: 'a', bar: 'whatever' }, b: { foo: 'b', ba #### Defined in -[group-by.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/group-by.ts#L10) +[group-by.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/group-by.ts#L10) ___ @@ -2109,7 +2109,7 @@ gt(1, 2) // => false #### Defined in -[gt.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/gt.ts#L8) +[gt.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/gt.ts#L8) ___ @@ -2140,7 +2140,7 @@ gte(2, 3) // => false #### Defined in -[gte.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/gte.ts#L9) +[gte.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/gte.ts#L9) ___ @@ -2169,7 +2169,7 @@ has('a' { b: 'c' }) // => false #### Defined in -[has.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/has.ts#L9) +[has.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/has.ts#L9) ___ @@ -2191,7 +2191,7 @@ hasColor() #### Defined in -[has-color.ts:14](https://github.com/zacanger/zeelib/blob/22cde9d/src/has-color.ts#L14) +[has-color.ts:14](https://github.com/zacanger/zeelib/blob/9b2036e/src/has-color.ts#L14) ___ @@ -2226,7 +2226,7 @@ hasDuplicate([ 1, 1, 2 ]) // => true #### Defined in -[has-duplicate.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/has-duplicate.ts#L8) +[has-duplicate.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/has-duplicate.ts#L8) ___ @@ -2260,7 +2260,7 @@ head([ 1, 2, 3 ]) // => 1 #### Defined in -[head.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/head.ts#L7) +[head.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/head.ts#L7) ___ @@ -2295,7 +2295,7 @@ id() // => undefined #### Defined in -[id.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/id.ts#L8) +[id.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/id.ts#L8) ___ @@ -2323,7 +2323,7 @@ init([ 1, 2, 3 ]) // => [ 1, 2 ] #### Defined in -[init.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/init.ts#L7) +[init.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/init.ts#L7) ___ @@ -2351,7 +2351,7 @@ initials('Zac Anger') // => 'ZA' #### Defined in -[initials.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/initials.ts#L7) +[initials.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/initials.ts#L7) ___ @@ -2387,7 +2387,7 @@ intersection([ 1, 2, 3 ], [1, 2]) // => [ 1, 2 ] #### Defined in -[intersection.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/intersection.ts#L8) +[intersection.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/intersection.ts#L8) ___ @@ -2416,7 +2416,7 @@ is('number', 2) // => true #### Defined in -[is.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is.ts#L7) +[is.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is.ts#L7) ___ @@ -2445,7 +2445,7 @@ isArrayLike([ 1, 2 ]) // => true #### Defined in -[is-array-like.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-array-like.ts#L10) +[is-array-like.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-array-like.ts#L10) ___ @@ -2476,7 +2476,7 @@ isBetween(2, 1, 2) // => false #### Defined in -[is-between.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-between.ts#L13) +[is-between.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-between.ts#L13) ___ @@ -2504,7 +2504,7 @@ isBoolean(true) // => true #### Defined in -[is-boolean.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-boolean.ts#L7) +[is-boolean.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-boolean.ts#L7) ___ @@ -2532,7 +2532,7 @@ isClass(noop) // => false #### Defined in -[is-class.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-class.ts#L13) +[is-class.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-class.ts#L13) ___ @@ -2560,7 +2560,7 @@ isDate(new Date()) // => true #### Defined in -[is-date.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-date.ts#L9) +[is-date.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-date.ts#L9) ___ @@ -2588,7 +2588,7 @@ isDefined(null) // => true #### Defined in -[is-defined.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-defined.ts#L7) +[is-defined.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-defined.ts#L7) ___ @@ -2617,7 +2617,7 @@ await isDirectory('./fake-path') // => false #### Defined in -[is-directory.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-directory.ts#L11) +[is-directory.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-directory.ts#L11) ___ @@ -2648,7 +2648,7 @@ isEmpty(null) // => true #### Defined in -[is-empty.ts:14](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-empty.ts#L14) +[is-empty.ts:14](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-empty.ts#L14) ___ @@ -2676,7 +2676,7 @@ isError(new Error()) // => true #### Defined in -[is-error.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-error.ts#L9) +[is-error.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-error.ts#L9) ___ @@ -2704,7 +2704,7 @@ isEven(2) // => true #### Defined in -[is-even.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-even.ts#L7) +[is-even.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-even.ts#L7) ___ @@ -2733,7 +2733,7 @@ isFile('.') // => false #### Defined in -[is-file.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-file.ts#L11) +[is-file.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-file.ts#L11) ___ @@ -2762,7 +2762,7 @@ isFloat(2.2) // => true #### Defined in -[is-float.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-float.ts#L8) +[is-float.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-float.ts#L8) ___ @@ -2792,7 +2792,7 @@ isFunction(noop) // => true #### Defined in -[is-function.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-function.ts#L9) +[is-function.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-function.ts#L9) ___ @@ -2820,7 +2820,7 @@ isGenerator(2) // => false #### Defined in -[is-generator.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-generator.ts#L7) +[is-generator.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-generator.ts#L7) ___ @@ -2848,7 +2848,7 @@ isGeneratorFunction(2) // => false #### Defined in -[is-generator-function.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-generator-function.ts#L7) +[is-generator-function.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-generator-function.ts#L7) ___ @@ -2876,7 +2876,7 @@ isInstalled('zeelib') // => true #### Defined in -[is-installed.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-installed.ts#L7) +[is-installed.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-installed.ts#L7) ___ @@ -2905,7 +2905,7 @@ isInteger(1.1) // => false #### Defined in -[is-integer.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-integer.ts#L8) +[is-integer.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-integer.ts#L8) ___ @@ -2933,7 +2933,7 @@ isJson(JSON.stringify({ a: 'b' })) // => true #### Defined in -[is-json.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-json.ts#L7) +[is-json.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-json.ts#L7) ___ @@ -2961,7 +2961,7 @@ isMap(new Map()) // => true #### Defined in -[is-map.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-map.ts#L9) +[is-map.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-map.ts#L9) ___ @@ -2983,7 +2983,7 @@ isNode() #### Defined in -[is-node.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-node.ts#L7) +[is-node.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-node.ts#L7) ___ @@ -3011,7 +3011,7 @@ isNull(null) // => true #### Defined in -[is-null.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-null.ts#L7) +[is-null.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-null.ts#L7) ___ @@ -3039,7 +3039,7 @@ isNullOrUndefined(null) // => true #### Defined in -[is-null-or-undefined.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-null-or-undefined.ts#L10) +[is-null-or-undefined.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-null-or-undefined.ts#L10) ___ @@ -3068,7 +3068,7 @@ isNumber(NaN) // => false #### Defined in -[is-number.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-number.ts#L8) +[is-number.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-number.ts#L8) ___ @@ -3096,7 +3096,7 @@ isObject('asdf') // => false #### Defined in -[is-object.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-object.ts#L7) +[is-object.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-object.ts#L7) ___ @@ -3124,7 +3124,7 @@ isOdd(1) // => true #### Defined in -[is-odd.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-odd.ts#L7) +[is-odd.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-odd.ts#L7) ___ @@ -3152,7 +3152,7 @@ isPow2(16) // => true #### Defined in -[is-pow-2.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-pow-2.ts#L7) +[is-pow-2.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-pow-2.ts#L7) ___ @@ -3180,7 +3180,7 @@ isPrimitive(1) // => true #### Defined in -[is-primitive.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-primitive.ts#L7) +[is-primitive.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-primitive.ts#L7) ___ @@ -3208,7 +3208,7 @@ isPromise(Promise.resolve()) #### Defined in -[is-promise.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-promise.ts#L7) +[is-promise.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-promise.ts#L7) ___ @@ -3236,7 +3236,7 @@ isRegExp(/a/) // => true #### Defined in -[is-reg-exp.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-reg-exp.ts#L9) +[is-reg-exp.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-reg-exp.ts#L9) ___ @@ -3258,7 +3258,7 @@ isRoot() // => true #### Defined in -[is-root.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-root.ts#L7) +[is-root.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-root.ts#L7) ___ @@ -3287,7 +3287,7 @@ isSemver("0.") // => false #### Defined in -[is-semver.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-semver.ts#L8) +[is-semver.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-semver.ts#L8) ___ @@ -3315,7 +3315,7 @@ isSet(new Set()) // => true #### Defined in -[is-set.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-set.ts#L9) +[is-set.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-set.ts#L9) ___ @@ -3343,7 +3343,7 @@ isString('a') // => true #### Defined in -[is-string.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-string.ts#L7) +[is-string.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-string.ts#L7) ___ @@ -3371,7 +3371,7 @@ isSymLink('.') // => false #### Defined in -[is-sym-link.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-sym-link.ts#L10) +[is-sym-link.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-sym-link.ts#L10) ___ @@ -3399,7 +3399,7 @@ isSymbol(Symbol.for('foo')) // => true #### Defined in -[is-symbol.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-symbol.ts#L7) +[is-symbol.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-symbol.ts#L7) ___ @@ -3427,7 +3427,7 @@ isUndefined(undefined) // => true #### Defined in -[is-undefined.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-undefined.ts#L7) +[is-undefined.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-undefined.ts#L7) ___ @@ -3455,7 +3455,7 @@ isValidDate('1234') // => false #### Defined in -[is-valid-date.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/is-valid-date.ts#L9) +[is-valid-date.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/is-valid-date.ts#L9) ___ @@ -3484,7 +3484,7 @@ keep({ a: '', b: null, c: 2 }) // => { c: 2 } #### Defined in -[keep.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/keep.ts#L13) +[keep.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/keep.ts#L13) ___ @@ -3518,7 +3518,7 @@ last([ 1, 2, 3 ]) // => 3 #### Defined in -[last.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/last.ts#L7) +[last.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/last.ts#L7) ___ @@ -3550,7 +3550,7 @@ len((a, b) => a + b) // => 2 #### Defined in -[len.ts:19](https://github.com/zacanger/zeelib/blob/22cde9d/src/len.ts#L19) +[len.ts:19](https://github.com/zacanger/zeelib/blob/9b2036e/src/len.ts#L19) ___ @@ -3579,7 +3579,7 @@ lesser(1, 2) // => 1 #### Defined in -[lesser.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/lesser.ts#L7) +[lesser.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/lesser.ts#L7) ___ @@ -3611,7 +3611,7 @@ const newCol = lightenOrDarken('#F06D06', -20) #### Defined in -[lighten-or-darken.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/lighten-or-darken.ts#L10) +[lighten-or-darken.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/lighten-or-darken.ts#L10) ___ @@ -3639,7 +3639,7 @@ lines('foo\nbar') // => [ 'foo', 'bar' ] #### Defined in -[lines.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/lines.ts#L7) +[lines.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/lines.ts#L7) ___ @@ -3667,7 +3667,7 @@ lispCaseToCamelCase('foo-bar') // => 'fooBar' #### Defined in -[lisp-case-to-camel-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/lisp-case-to-camel-case.ts#L7) +[lisp-case-to-camel-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/lisp-case-to-camel-case.ts#L7) ___ @@ -3695,7 +3695,7 @@ lispCaseToPascalCase('foo-bar') // => 'FooBar' #### Defined in -[lisp-case-to-pascal-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/lisp-case-to-pascal-case.ts#L7) +[lisp-case-to-pascal-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/lisp-case-to-pascal-case.ts#L7) ___ @@ -3723,7 +3723,7 @@ lispCaseToSnakeCase('foo-bar') // => 'foo_bar' #### Defined in -[lisp-case-to-snake-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/lisp-case-to-snake-case.ts#L7) +[lisp-case-to-snake-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/lisp-case-to-snake-case.ts#L7) ___ @@ -3752,7 +3752,7 @@ lt(2, 1) // => false #### Defined in -[lt.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/lt.ts#L7) +[lt.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/lt.ts#L7) ___ @@ -3782,7 +3782,7 @@ lte(1, 1) // => true #### Defined in -[lte.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/lte.ts#L8) +[lte.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/lte.ts#L8) ___ @@ -3814,7 +3814,7 @@ mapObject(f, d) // => { a: 'hello world', b: 'sup world' } #### Defined in -[map-object.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/map-object.ts#L11) +[map-object.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/map-object.ts#L11) ___ @@ -3843,7 +3843,7 @@ memoize((a) => a)(1) // => 1 #### Defined in -[memoize.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/memoize.ts#L8) +[memoize.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/memoize.ts#L8) ___ @@ -3872,7 +3872,7 @@ mzero([1]) // => [] #### Defined in -[mzero.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/mzero.ts#L10) +[mzero.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/mzero.ts#L10) ___ @@ -3909,7 +3909,7 @@ nco(1, 2) // => 1 #### Defined in -[nco.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/nco.ts#L9) +[nco.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/nco.ts#L9) ___ @@ -3931,7 +3931,7 @@ noop() // => undefined #### Defined in -[noop.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/noop.ts#L8) +[noop.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/noop.ts#L8) ___ @@ -3969,7 +3969,7 @@ notElem('b', 'asdf') // => true #### Defined in -[not-elem.ts:12](https://github.com/zacanger/zeelib/blob/22cde9d/src/not-elem.ts#L12) +[not-elem.ts:12](https://github.com/zacanger/zeelib/blob/9b2036e/src/not-elem.ts#L12) ___ @@ -3997,7 +3997,7 @@ objectToString({}) // => '[object Object]' #### Defined in -[object-to-string.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/object-to-string.ts#L7) +[object-to-string.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/object-to-string.ts#L7) ___ @@ -4046,7 +4046,7 @@ o(2) // => 1 #### Defined in -[once.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/once.ts#L10) +[once.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/once.ts#L10) ___ @@ -4076,7 +4076,7 @@ open('http://zacanger.com') #### Defined in -[open.ts:12](https://github.com/zacanger/zeelib/blob/22cde9d/src/open.ts#L12) +[open.ts:12](https://github.com/zacanger/zeelib/blob/9b2036e/src/open.ts#L12) ___ @@ -4112,7 +4112,7 @@ pair('a', 'b') // => [ 'a', 'b' ] #### Defined in -[pair.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/pair.ts#L7) +[pair.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/pair.ts#L7) ___ @@ -4149,7 +4149,7 @@ pairWith(increment, 1, 1) // => [ 2, 2 ] #### Defined in -[pair-with.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/pair-with.ts#L8) +[pair-with.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/pair-with.ts#L8) ___ @@ -4177,7 +4177,7 @@ pascalCaseToCamelCase('FooBar') // => 'fooBar' #### Defined in -[pascal-case-to-camel-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/pascal-case-to-camel-case.ts#L7) +[pascal-case-to-camel-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/pascal-case-to-camel-case.ts#L7) ___ @@ -4205,7 +4205,7 @@ pascalCaseToLispCase('FooBar') // => 'foo-bar' #### Defined in -[pascal-case-to-lisp-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/pascal-case-to-lisp-case.ts#L7) +[pascal-case-to-lisp-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/pascal-case-to-lisp-case.ts#L7) ___ @@ -4233,7 +4233,7 @@ pascalCaseToSnakeCase('FooBar') // => 'foo_bar' #### Defined in -[pascal-case-to-snake-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/pascal-case-to-snake-case.ts#L7) +[pascal-case-to-snake-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/pascal-case-to-snake-case.ts#L7) ___ @@ -4264,7 +4264,7 @@ pick([ 'a', 'b' ], { a: 'a', b: 'b', c: 'c' }) // => { a: 'a', b: 'b' } #### Defined in -[pick.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/pick.ts#L11) +[pick.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/pick.ts#L11) ___ @@ -4312,7 +4312,7 @@ pipe(addOne, timesTwo)(2) // => 6 #### Defined in -[pipe.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/pipe.ts#L13) +[pipe.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/pipe.ts#L13) ___ @@ -4341,7 +4341,7 @@ pluck('a', [ { a: 'a' }, { a: 'b' } ]) // => [ 'a', 'b' ] #### Defined in -[pluck.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/pluck.ts#L7) +[pluck.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/pluck.ts#L7) ___ @@ -4369,7 +4369,7 @@ product([ 1, 2, 3, 4 ]) // => 24 #### Defined in -[product.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/product.ts#L7) +[product.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/product.ts#L7) ___ @@ -4398,7 +4398,7 @@ if (answer.toLowercase() === 'y') { doTheThing() } #### Defined in -[prompt.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/prompt.ts#L11) +[prompt.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/prompt.ts#L11) ___ @@ -4435,7 +4435,7 @@ range(1, 10, 3) // => [ 1, 4, 7, 10 ] #### Defined in -[range.ts:14](https://github.com/zacanger/zeelib/blob/22cde9d/src/range.ts#L14) +[range.ts:14](https://github.com/zacanger/zeelib/blob/9b2036e/src/range.ts#L14) ___ @@ -4463,7 +4463,7 @@ const json = await readJson('./foo.json') #### Defined in -[read-json.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/read-json.ts#L10) +[read-json.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/read-json.ts#L10) ___ @@ -4500,7 +4500,7 @@ reduce((a, b) => a + b, 0, [ 1, 2, 3, 4 ]) // => 10 #### Defined in -[reduce.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/reduce.ts#L7) +[reduce.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/reduce.ts#L7) ___ @@ -4531,7 +4531,7 @@ removeBOM(someContent) #### Defined in -[remove-bom.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/remove-bom.ts#L10) +[remove-bom.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/remove-bom.ts#L10) ___ @@ -4569,7 +4569,7 @@ replicate(4, (a) => a + 1) // => [ 5, 5, 5, 5 ] #### Defined in -[replicate.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/replicate.ts#L10) +[replicate.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/replicate.ts#L10) ___ @@ -4599,7 +4599,7 @@ rgbToHex(255, 255, 255) // => '#ffffff' #### Defined in -[rgb-to-hex.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/rgb-to-hex.ts#L7) +[rgb-to-hex.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/rgb-to-hex.ts#L7) ___ @@ -4649,7 +4649,7 @@ safeGet('a.b.e', 'f')({ a: { b: { c: 'd' } } }) // => 'f' #### Defined in -[safe-get.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/safe-get.ts#L13) +[safe-get.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/safe-get.ts#L13) ___ @@ -4688,7 +4688,7 @@ scaleToFit(1400, 1200, 2000, 200) // => { width: 233.33333333333331, height: 200 #### Defined in -[scale-to-fit.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/scale-to-fit.ts#L10) +[scale-to-fit.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/scale-to-fit.ts#L10) ___ @@ -4722,7 +4722,7 @@ shuffle([ 1, 2, 3, 4 ]) #### Defined in -[shuffle.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/shuffle.ts#L7) +[shuffle.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/shuffle.ts#L7) ___ @@ -4751,7 +4751,7 @@ sleep(1000).then(doAThing) #### Defined in -[sleep.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/sleep.ts#L8) +[sleep.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/sleep.ts#L8) ___ @@ -4779,7 +4779,7 @@ snakeCaseToCamelCase('foo_bar') // => 'fooBar' #### Defined in -[snake-case-to-camel-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/snake-case-to-camel-case.ts#L7) +[snake-case-to-camel-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/snake-case-to-camel-case.ts#L7) ___ @@ -4807,7 +4807,7 @@ snakeCaseToLispCase('foo_bar') // => 'foo-bar' #### Defined in -[snake-case-to-lisp-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/snake-case-to-lisp-case.ts#L7) +[snake-case-to-lisp-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/snake-case-to-lisp-case.ts#L7) ___ @@ -4835,7 +4835,7 @@ snakeCaseToPascalCase('foo_bar') // => 'FooBar' #### Defined in -[snake-case-to-pascal-case.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/snake-case-to-pascal-case.ts#L7) +[snake-case-to-pascal-case.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/snake-case-to-pascal-case.ts#L7) ___ @@ -4873,7 +4873,7 @@ sortBy(({ id }) => id, list) // => [ { id: 1 }, { id: 2 }, { id: 3 } ] #### Defined in -[sort-by.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/sort-by.ts#L10) +[sort-by.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/sort-by.ts#L10) ___ @@ -4901,7 +4901,7 @@ sortObject({ b: 'c', a: 'd' }) // => { a: 'd', b: 'c' } #### Defined in -[sort-object.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/sort-object.ts#L10) +[sort-object.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/sort-object.ts#L10) ___ @@ -4938,7 +4938,7 @@ span(lessThanThree, [ 1, 2, 3, 4 ]) // => [ [ 1, 2 ], [ 3, 4 ] ] #### Defined in -[span.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/span.ts#L11) +[span.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/span.ts#L11) ___ @@ -4976,7 +4976,7 @@ splitAt(1, [ [ 'a', 'b' ], 'c' ]) // => [ [ [ 'a', 'b' ] ], [ 'c' ] ] #### Defined in -[split-at.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/split-at.ts#L13) +[split-at.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/split-at.ts#L13) ___ @@ -5006,7 +5006,7 @@ state.update({ foo: 'bar' }) #### Defined in -[store.ts:20](https://github.com/zacanger/zeelib/blob/22cde9d/src/store.ts#L20) +[store.ts:20](https://github.com/zacanger/zeelib/blob/9b2036e/src/store.ts#L20) ___ @@ -5034,7 +5034,7 @@ stripAnsi(colorize.blue('hello')) // => 'hello' #### Defined in -[strip-ansi.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/strip-ansi.ts#L7) +[strip-ansi.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/strip-ansi.ts#L7) ___ @@ -5062,7 +5062,7 @@ sub([ 4, 3, 2, 1 ]) // => -2 #### Defined in -[sub.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/sub.ts#L7) +[sub.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/sub.ts#L7) ___ @@ -5090,7 +5090,7 @@ sum([ 1, 2, 3, 4 ]) // => 10 #### Defined in -[sum.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/sum.ts#L7) +[sum.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/sum.ts#L7) ___ @@ -5124,7 +5124,7 @@ tail([ 1, 2, 3, 4 ]) // => [ 2, 3, 4 ] #### Defined in -[tail.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/tail.ts#L7) +[tail.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/tail.ts#L7) ___ @@ -5159,7 +5159,7 @@ take(2, [ 1, 2, 3 ]) // => [ 1, 2 ] #### Defined in -[take.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/take.ts#L7) +[take.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/take.ts#L7) ___ @@ -5194,7 +5194,7 @@ takeLast(2, [ 1, 2, 3, 4 ]) // => [ 3, 4 ] #### Defined in -[take-last.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/take-last.ts#L7) +[take-last.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/take-last.ts#L7) ___ @@ -5230,7 +5230,7 @@ takeWhile((x) => x < 3, [ 1, 2, 3, 4 ]) // => [ 1, 2 ] #### Defined in -[take-while.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/take-while.ts#L8) +[take-while.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/take-while.ts#L8) ___ @@ -5277,7 +5277,7 @@ logger(2) // => this is the thing 2 ; 2 #### Defined in -[tap.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/tap.ts#L8) +[tap.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/tap.ts#L8) ___ @@ -5307,7 +5307,7 @@ touch('foo.txt', 'contentx') #### Defined in -[touch.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/touch.ts#L11) +[touch.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/touch.ts#L11) ___ @@ -5338,7 +5338,7 @@ truncate('asdf asdf asdf asdf', 8, ' etc.') // => 'asd etc.' #### Defined in -[truncate.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/truncate.ts#L8) +[truncate.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/truncate.ts#L8) ___ @@ -5373,7 +5373,7 @@ tryJson([ 1, 2 ]) // => [ 1, 2 ] #### Defined in -[try-json.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/try-json.ts#L11) +[try-json.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/try-json.ts#L11) ___ @@ -5402,7 +5402,7 @@ typeOf(new Date()) // => 'date' #### Defined in -[type-of.ts:13](https://github.com/zacanger/zeelib/blob/22cde9d/src/type-of.ts#L13) +[type-of.ts:13](https://github.com/zacanger/zeelib/blob/9b2036e/src/type-of.ts#L13) ___ @@ -5436,7 +5436,7 @@ union([ 1, 2, 3 ], [ 2, 3, 4 ]) // => [ 1, 2, 3, 4 ] #### Defined in -[union.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/union.ts#L9) +[union.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/union.ts#L9) ___ @@ -5470,7 +5470,7 @@ uniq([ 1, 1, 2, 3 ]) // => [ 1, 2, 3 ] #### Defined in -[uniq.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/uniq.ts#L7) +[uniq.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/uniq.ts#L7) ___ @@ -5501,7 +5501,7 @@ uniqBy('foo', a) // => [ { foo: 'foo' }, { foo: 'bar' } ] #### Defined in -[uniq-by.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/uniq-by.ts#L11) +[uniq-by.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/uniq-by.ts#L11) ___ @@ -5536,7 +5536,7 @@ unless(() => true, false) // => true #### Defined in -[unless.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/unless.ts#L7) +[unless.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/unless.ts#L7) ___ @@ -5564,7 +5564,7 @@ unlines([ 'foo', 'bar' ]) // => 'foo\nbar' #### Defined in -[unlines.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/unlines.ts#L7) +[unlines.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/unlines.ts#L7) ___ @@ -5611,7 +5611,7 @@ until(equals5, increment)(2) // => 5 #### Defined in -[until.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/until.ts#L7) +[until.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/until.ts#L7) ___ @@ -5639,7 +5639,7 @@ unwords([ 'foo', bar ]) // => 'foo bar' #### Defined in -[unwords.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/unwords.ts#L7) +[unwords.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/unwords.ts#L7) ___ @@ -5675,7 +5675,7 @@ unzip([ [ 1, 1 ], [ 2, 2 ]]) // => [ [ 1, 2 ], [ 1, 2 ] ] #### Defined in -[unzip.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/unzip.ts#L10) +[unzip.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/unzip.ts#L10) ___ @@ -5704,7 +5704,7 @@ watch('./foo', console.log) #### Defined in -[watch.ts:10](https://github.com/zacanger/zeelib/blob/22cde9d/src/watch.ts#L10) +[watch.ts:10](https://github.com/zacanger/zeelib/blob/9b2036e/src/watch.ts#L10) ___ @@ -5732,7 +5732,7 @@ words('foo bar') // => [ 'foo', 'bar' ] #### Defined in -[words.ts:7](https://github.com/zacanger/zeelib/blob/22cde9d/src/words.ts#L7) +[words.ts:7](https://github.com/zacanger/zeelib/blob/9b2036e/src/words.ts#L7) ___ @@ -5762,7 +5762,7 @@ await writeJson('foo.json', someObject, 4) #### Defined in -[write-json.ts:9](https://github.com/zacanger/zeelib/blob/22cde9d/src/write-json.ts#L9) +[write-json.ts:9](https://github.com/zacanger/zeelib/blob/9b2036e/src/write-json.ts#L9) ___ @@ -5799,7 +5799,7 @@ xor(1, !1) // => true #### Defined in -[xor.ts:8](https://github.com/zacanger/zeelib/blob/22cde9d/src/xor.ts#L8) +[xor.ts:8](https://github.com/zacanger/zeelib/blob/9b2036e/src/xor.ts#L8) ___ @@ -5838,7 +5838,7 @@ zip([ 1, 2 ], [ 3, 4 ]) // => [ [ 1, 3 ], [ 2, 4 ] ] #### Defined in -[zip.ts:14](https://github.com/zacanger/zeelib/blob/22cde9d/src/zip.ts#L14) +[zip.ts:14](https://github.com/zacanger/zeelib/blob/9b2036e/src/zip.ts#L14) ___ @@ -5879,5 +5879,5 @@ zipWith(increment, [ 1, 1 ], [ 1, 1 ]) // => [ 2, 2 ] #### Defined in -[zip-with.ts:11](https://github.com/zacanger/zeelib/blob/22cde9d/src/zip-with.ts#L11) +[zip-with.ts:11](https://github.com/zacanger/zeelib/blob/9b2036e/src/zip-with.ts#L11)