From 74bbe7462e6d3d156a866b42cc9613e2f95f0ad6 Mon Sep 17 00:00:00 2001 From: Ardalan Amini Date: Sun, 14 Aug 2022 21:42:11 +0430 Subject: [PATCH] ci(Release): Add documentation automation job (#117) * ci(Release): Add documentation automation job * chore: Update .gitignore * deps(Dev): Remove typedoc-plugin-example-tag --- .github/workflows/release.yml | 78 +- .gitignore | 3 + docs/.nojekyll | 1 - docs/CNAME | 1 - docs/assets/highlight.css | 106 -- docs/assets/main.js | 54 - docs/assets/search.js | 1 - docs/assets/style.css | 1224 --------------------- docs/assets/widgets.png | Bin 480 -> 0 bytes docs/assets/widgets@2x.png | Bin 855 -> 0 bytes docs/enums/OPERATOR.html | 107 -- docs/functions/array.all.html | 160 --- docs/functions/array.any.html | 161 --- docs/functions/array.append.html | 141 --- docs/functions/array.average.html | 149 --- docs/functions/array.chunk.html | 141 --- docs/functions/array.clone.html | 141 --- docs/functions/array.compact.html | 139 --- docs/functions/array.contains.html | 146 --- docs/functions/array.count.html | 144 --- docs/functions/array.countBy.html | 148 --- docs/functions/array.crossJoin.html | 144 --- docs/functions/array.deepFlatten.html | 139 --- docs/functions/array.diff.html | 163 --- docs/functions/array.distinct.html | 147 --- docs/functions/array.distinctBy.html | 154 --- docs/functions/array.empty.html | 139 --- docs/functions/array.equals.html | 141 --- docs/functions/array.everyNth.html | 141 --- docs/functions/array.first.html | 139 --- docs/functions/array.flatten.html | 144 --- docs/functions/array.get.html | 150 --- docs/functions/array.groupBy.html | 147 --- docs/functions/array.implode.html | 145 --- docs/functions/array.indexOfAll.html | 144 --- docs/functions/array.initial.html | 139 --- docs/functions/array.intersect.html | 141 --- docs/functions/array.isEmpty.html | 142 --- docs/functions/array.last.html | 139 --- docs/functions/array.limit.html | 141 --- docs/functions/array.max.html | 164 --- docs/functions/array.median.html | 161 --- docs/functions/array.merge.html | 141 --- docs/functions/array.min.html | 164 --- docs/functions/array.nest.html | 143 --- docs/functions/array.orderBy.html | 168 --- docs/functions/array.pad.html | 146 --- docs/functions/array.partition.html | 157 --- docs/functions/array.pluck.html | 146 --- docs/functions/array.prepend.html | 141 --- docs/functions/array.pull.html | 141 --- docs/functions/array.range.html | 145 --- docs/functions/array.repeat.html | 141 --- docs/functions/array.sample.html | 139 --- docs/functions/array.shuffle.html | 139 --- docs/functions/array.skip.html | 141 --- docs/functions/array.sortBy.html | 145 --- docs/functions/array.sum.html | 149 --- docs/functions/array.tail.html | 139 --- docs/functions/array.toCSV.html | 144 --- docs/functions/array.union.html | 143 --- docs/functions/array.unwind.html | 141 --- docs/functions/array.where.html | 209 ---- docs/functions/array.whereBetween.html | 167 --- docs/functions/array.whereIn.html | 163 --- docs/functions/array.whereLike.html | 163 --- docs/functions/array.whereNotBetween.html | 167 --- docs/functions/array.whereNotIn.html | 163 --- docs/functions/array.whereNotLike.html | 163 --- docs/functions/array.whereNotNull.html | 144 --- docs/functions/array.whereNull.html | 144 --- docs/functions/array.zip.html | 144 --- docs/functions/array.zipObject.html | 145 --- docs/functions/boolean.isBoolean.html | 73 -- docs/functions/date.equals.html | 76 -- docs/functions/date.isDate.html | 77 -- docs/functions/date.today.html | 69 -- docs/functions/date.tomorrow.html | 69 -- docs/functions/date.yesterday.html | 69 -- docs/functions/func.cache.html | 79 -- docs/functions/func.defer.html | 82 -- docs/functions/func.isFunction.html | 76 -- docs/functions/func.once.html | 84 -- docs/functions/globals.isBrowser.html | 66 -- docs/functions/math.average.html | 83 -- docs/functions/math.degreesToRads.html | 80 -- docs/functions/math.factorial.html | 80 -- docs/functions/math.fibonacci.html | 80 -- docs/functions/math.gcd.html | 83 -- docs/functions/math.isDivisible.html | 82 -- docs/functions/math.isEven.html | 80 -- docs/functions/math.isPrime.html | 80 -- docs/functions/math.lcm.html | 83 -- docs/functions/math.primes.html | 80 -- docs/functions/math.radsToDegrees.html | 80 -- docs/functions/number.digitize.html | 73 -- docs/functions/number.equals.html | 75 -- docs/functions/number.inRange.html | 77 -- docs/functions/number.isNumber.html | 76 -- docs/functions/object.assign.html | 99 -- docs/functions/object.camelCaseKeys.html | 97 -- docs/functions/object.clone.html | 104 -- docs/functions/object.defaults.html | 99 -- docs/functions/object.dig.html | 99 -- docs/functions/object.empty.html | 97 -- docs/functions/object.equals.html | 99 -- docs/functions/object.flatten.html | 97 -- docs/functions/object.forEach.html | 121 -- docs/functions/object.get.html | 106 -- docs/functions/object.invert.html | 97 -- docs/functions/object.isEmpty.html | 100 -- docs/functions/object.isObject.html | 100 -- docs/functions/object.isObjectLike.html | 100 -- docs/functions/object.isPlainObject.html | 100 -- docs/functions/object.kebabCaseKeys.html | 97 -- docs/functions/object.keys.html | 102 -- docs/functions/object.lowerCaseKeys.html | 97 -- docs/functions/object.map.html | 122 -- docs/functions/object.mapKeys.html | 122 -- docs/functions/object.mapValues.html | 122 -- docs/functions/object.merge.html | 99 -- docs/functions/object.omit.html | 104 -- docs/functions/object.reduce.html | 127 --- docs/functions/object.set.html | 101 -- docs/functions/object.size.html | 97 -- docs/functions/object.snakeCaseKeys.html | 97 -- docs/functions/object.values.html | 104 -- docs/functions/string.base64.html | 95 -- docs/functions/string.base64Decode.html | 95 -- docs/functions/string.camelCase.html | 104 -- docs/functions/string.capitalize.html | 100 -- docs/functions/string.chars.html | 95 -- docs/functions/string.contains.html | 102 -- docs/functions/string.decapitalize.html | 100 -- docs/functions/string.equals.html | 97 -- docs/functions/string.forEach.html | 112 -- docs/functions/string.humanize.html | 96 -- docs/functions/string.isEmpty.html | 98 -- docs/functions/string.isString.html | 98 -- docs/functions/string.kebabCase.html | 107 -- docs/functions/string.lines.html | 95 -- docs/functions/string.map.html | 112 -- docs/functions/string.mask.html | 105 -- docs/functions/string.pad.html | 102 -- docs/functions/string.parseInt.html | 97 -- docs/functions/string.pluralize.html | 112 -- docs/functions/string.reduce.html | 121 -- docs/functions/string.repeat.html | 97 -- docs/functions/string.reverse.html | 95 -- docs/functions/string.snakeCase.html | 107 -- docs/functions/string.swapCase.html | 95 -- docs/functions/string.truncate.html | 102 -- docs/functions/string.words.html | 100 -- docs/index.html | 141 --- docs/modules.html | 83 -- docs/modules/array.html | 192 ---- docs/modules/boolean.html | 61 - docs/modules/date.html | 69 -- docs/modules/func.html | 67 -- docs/modules/globals.html | 61 - docs/modules/math.html | 81 -- docs/modules/number.html | 67 -- docs/modules/object.html | 115 -- docs/modules/string.html | 111 -- docs/types/JoinT.html | 66 -- docs/types/OperatorT.html | 62 -- docs/types/PathT.html | 66 -- docs/types/PathsToStringPropsT.html | 66 -- docs/types/RecordT.html | 62 -- docs/types/array.CompactT.html | 126 --- docs/types/array.NestedArrayT.html | 126 --- docs/types/array.OrderT.html | 122 -- package-lock.json | 17 - package.json | 1 - typedoc.json | 3 +- 175 files changed, 72 insertions(+), 20044 deletions(-) delete mode 100644 docs/.nojekyll delete mode 100644 docs/CNAME delete mode 100644 docs/assets/highlight.css delete mode 100644 docs/assets/main.js delete mode 100644 docs/assets/search.js delete mode 100644 docs/assets/style.css delete mode 100644 docs/assets/widgets.png delete mode 100644 docs/assets/widgets@2x.png delete mode 100644 docs/enums/OPERATOR.html delete mode 100644 docs/functions/array.all.html delete mode 100644 docs/functions/array.any.html delete mode 100644 docs/functions/array.append.html delete mode 100644 docs/functions/array.average.html delete mode 100644 docs/functions/array.chunk.html delete mode 100644 docs/functions/array.clone.html delete mode 100644 docs/functions/array.compact.html delete mode 100644 docs/functions/array.contains.html delete mode 100644 docs/functions/array.count.html delete mode 100644 docs/functions/array.countBy.html delete mode 100644 docs/functions/array.crossJoin.html delete mode 100644 docs/functions/array.deepFlatten.html delete mode 100644 docs/functions/array.diff.html delete mode 100644 docs/functions/array.distinct.html delete mode 100644 docs/functions/array.distinctBy.html delete mode 100644 docs/functions/array.empty.html delete mode 100644 docs/functions/array.equals.html delete mode 100644 docs/functions/array.everyNth.html delete mode 100644 docs/functions/array.first.html delete mode 100644 docs/functions/array.flatten.html delete mode 100644 docs/functions/array.get.html delete mode 100644 docs/functions/array.groupBy.html delete mode 100644 docs/functions/array.implode.html delete mode 100644 docs/functions/array.indexOfAll.html delete mode 100644 docs/functions/array.initial.html delete mode 100644 docs/functions/array.intersect.html delete mode 100644 docs/functions/array.isEmpty.html delete mode 100644 docs/functions/array.last.html delete mode 100644 docs/functions/array.limit.html delete mode 100644 docs/functions/array.max.html delete mode 100644 docs/functions/array.median.html delete mode 100644 docs/functions/array.merge.html delete mode 100644 docs/functions/array.min.html delete mode 100644 docs/functions/array.nest.html delete mode 100644 docs/functions/array.orderBy.html delete mode 100644 docs/functions/array.pad.html delete mode 100644 docs/functions/array.partition.html delete mode 100644 docs/functions/array.pluck.html delete mode 100644 docs/functions/array.prepend.html delete mode 100644 docs/functions/array.pull.html delete mode 100644 docs/functions/array.range.html delete mode 100644 docs/functions/array.repeat.html delete mode 100644 docs/functions/array.sample.html delete mode 100644 docs/functions/array.shuffle.html delete mode 100644 docs/functions/array.skip.html delete mode 100644 docs/functions/array.sortBy.html delete mode 100644 docs/functions/array.sum.html delete mode 100644 docs/functions/array.tail.html delete mode 100644 docs/functions/array.toCSV.html delete mode 100644 docs/functions/array.union.html delete mode 100644 docs/functions/array.unwind.html delete mode 100644 docs/functions/array.where.html delete mode 100644 docs/functions/array.whereBetween.html delete mode 100644 docs/functions/array.whereIn.html delete mode 100644 docs/functions/array.whereLike.html delete mode 100644 docs/functions/array.whereNotBetween.html delete mode 100644 docs/functions/array.whereNotIn.html delete mode 100644 docs/functions/array.whereNotLike.html delete mode 100644 docs/functions/array.whereNotNull.html delete mode 100644 docs/functions/array.whereNull.html delete mode 100644 docs/functions/array.zip.html delete mode 100644 docs/functions/array.zipObject.html delete mode 100644 docs/functions/boolean.isBoolean.html delete mode 100644 docs/functions/date.equals.html delete mode 100644 docs/functions/date.isDate.html delete mode 100644 docs/functions/date.today.html delete mode 100644 docs/functions/date.tomorrow.html delete mode 100644 docs/functions/date.yesterday.html delete mode 100644 docs/functions/func.cache.html delete mode 100644 docs/functions/func.defer.html delete mode 100644 docs/functions/func.isFunction.html delete mode 100644 docs/functions/func.once.html delete mode 100644 docs/functions/globals.isBrowser.html delete mode 100644 docs/functions/math.average.html delete mode 100644 docs/functions/math.degreesToRads.html delete mode 100644 docs/functions/math.factorial.html delete mode 100644 docs/functions/math.fibonacci.html delete mode 100644 docs/functions/math.gcd.html delete mode 100644 docs/functions/math.isDivisible.html delete mode 100644 docs/functions/math.isEven.html delete mode 100644 docs/functions/math.isPrime.html delete mode 100644 docs/functions/math.lcm.html delete mode 100644 docs/functions/math.primes.html delete mode 100644 docs/functions/math.radsToDegrees.html delete mode 100644 docs/functions/number.digitize.html delete mode 100644 docs/functions/number.equals.html delete mode 100644 docs/functions/number.inRange.html delete mode 100644 docs/functions/number.isNumber.html delete mode 100644 docs/functions/object.assign.html delete mode 100644 docs/functions/object.camelCaseKeys.html delete mode 100644 docs/functions/object.clone.html delete mode 100644 docs/functions/object.defaults.html delete mode 100644 docs/functions/object.dig.html delete mode 100644 docs/functions/object.empty.html delete mode 100644 docs/functions/object.equals.html delete mode 100644 docs/functions/object.flatten.html delete mode 100644 docs/functions/object.forEach.html delete mode 100644 docs/functions/object.get.html delete mode 100644 docs/functions/object.invert.html delete mode 100644 docs/functions/object.isEmpty.html delete mode 100644 docs/functions/object.isObject.html delete mode 100644 docs/functions/object.isObjectLike.html delete mode 100644 docs/functions/object.isPlainObject.html delete mode 100644 docs/functions/object.kebabCaseKeys.html delete mode 100644 docs/functions/object.keys.html delete mode 100644 docs/functions/object.lowerCaseKeys.html delete mode 100644 docs/functions/object.map.html delete mode 100644 docs/functions/object.mapKeys.html delete mode 100644 docs/functions/object.mapValues.html delete mode 100644 docs/functions/object.merge.html delete mode 100644 docs/functions/object.omit.html delete mode 100644 docs/functions/object.reduce.html delete mode 100644 docs/functions/object.set.html delete mode 100644 docs/functions/object.size.html delete mode 100644 docs/functions/object.snakeCaseKeys.html delete mode 100644 docs/functions/object.values.html delete mode 100644 docs/functions/string.base64.html delete mode 100644 docs/functions/string.base64Decode.html delete mode 100644 docs/functions/string.camelCase.html delete mode 100644 docs/functions/string.capitalize.html delete mode 100644 docs/functions/string.chars.html delete mode 100644 docs/functions/string.contains.html delete mode 100644 docs/functions/string.decapitalize.html delete mode 100644 docs/functions/string.equals.html delete mode 100644 docs/functions/string.forEach.html delete mode 100644 docs/functions/string.humanize.html delete mode 100644 docs/functions/string.isEmpty.html delete mode 100644 docs/functions/string.isString.html delete mode 100644 docs/functions/string.kebabCase.html delete mode 100644 docs/functions/string.lines.html delete mode 100644 docs/functions/string.map.html delete mode 100644 docs/functions/string.mask.html delete mode 100644 docs/functions/string.pad.html delete mode 100644 docs/functions/string.parseInt.html delete mode 100644 docs/functions/string.pluralize.html delete mode 100644 docs/functions/string.reduce.html delete mode 100644 docs/functions/string.repeat.html delete mode 100644 docs/functions/string.reverse.html delete mode 100644 docs/functions/string.snakeCase.html delete mode 100644 docs/functions/string.swapCase.html delete mode 100644 docs/functions/string.truncate.html delete mode 100644 docs/functions/string.words.html delete mode 100644 docs/index.html delete mode 100644 docs/modules.html delete mode 100644 docs/modules/array.html delete mode 100644 docs/modules/boolean.html delete mode 100644 docs/modules/date.html delete mode 100644 docs/modules/func.html delete mode 100644 docs/modules/globals.html delete mode 100644 docs/modules/math.html delete mode 100644 docs/modules/number.html delete mode 100644 docs/modules/object.html delete mode 100644 docs/modules/string.html delete mode 100644 docs/types/JoinT.html delete mode 100644 docs/types/OperatorT.html delete mode 100644 docs/types/PathT.html delete mode 100644 docs/types/PathsToStringPropsT.html delete mode 100644 docs/types/RecordT.html delete mode 100644 docs/types/array.CompactT.html delete mode 100644 docs/types/array.NestedArrayT.html delete mode 100644 docs/types/array.OrderT.html diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac802b16..f0ada0c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: tags: - 'v[0-9]+.[0-9]+.[0-9]+*' +env: + NODE_VERSION: 16 + jobs: test: uses: ./.github/workflows/test.yml @@ -58,16 +61,20 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - name: Use Node.js ${{ env.NODE_VERSION }} + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: ${{ env.NODE_VERSION }} registry-url: https://registry.npmjs.org/ - - run: npm ci + - name: Install dependencies + run: npm ci - - run: npm run build:hybrid + - name: Build the project + run: npm run build:hybrid - - run: npm publish + - name: Publish the package + run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -94,18 +101,69 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - name: Use Node.js ${{ env.NODE_VERSION }} + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: ${{ env.NODE_VERSION }} registry-url: https://npm.pkg.github.com/ scope: '@ardalanamini' - run: sed -i 's/"name":\ "prototyped.js"/"name":\ "@ardalanamini\/prototyped.js"/g' package.json package-lock.json - - run: npm ci + - name: Install dependencies + run: npm ci - - run: npm run build:hybrid + - name: Build the project + run: npm run build:hybrid - - run: npm publish + - name: Publish the package + run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + publish-documents: + name: Publish Documents + + needs: + - publish-npm + + permissions: + contents: read + pages: write + id-token: write + + environment: + name: documents + url: ${{ steps.github-pages-deployment.outputs.page_url }} + + concurrency: + group: ${{ github.workflow }}-pages-${{ github.ref_name }} + cancel-in-progress: true + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Use Node.js ${{ env.NODE_VERSION }} + uses: actions/setup-node@v3 + with: + node-version: ${{ env.NODE_VERSION }} + + - name: Install dependencies + run: npm ci + + - name: Generate code documents + run: npm run docs + + - name: Setup Pages + uses: actions/configure-pages@v1 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + with: + path: 'docs/' + + - name: Deploy to GitHub Pages + id: github-pages-deployment + uses: actions/deploy-pages@v1 diff --git a/.gitignore b/.gitignore index a3bc6923..f3cd89ed 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,6 @@ dist # Build build/ +# Documents +docs/ + diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e2ac6616..00000000 --- a/docs/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 72ad692c..00000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -prototyped.js.org \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css deleted file mode 100644 index a3b4448c..00000000 --- a/docs/assets/highlight.css +++ /dev/null @@ -1,106 +0,0 @@ -:root { - --light-hl-0: #000000; - --dark-hl-0: #D4D4D4; - --light-hl-1: #AF00DB; - --dark-hl-1: #C586C0; - --light-hl-2: #A31515; - --dark-hl-2: #CE9178; - --light-hl-3: #008000; - --dark-hl-3: #6A9955; - --light-hl-4: #001080; - --dark-hl-4: #9CDCFE; - --light-hl-5: #795E26; - --dark-hl-5: #DCDCAA; - --light-hl-6: #0000FF; - --dark-hl-6: #569CD6; - --light-hl-7: #0070C1; - --dark-hl-7: #4FC1FF; - --light-hl-8: #098658; - --dark-hl-8: #B5CEA8; - --light-hl-9: #267F99; - --dark-hl-9: #4EC9B0; - --light-hl-10: #811F3F; - --dark-hl-10: #D16969; - --light-hl-11: #EE0000; - --dark-hl-11: #D7BA7D; - --light-code-background: #FFFFFF; - --dark-code-background: #1E1E1E; -} - -@media (prefers-color-scheme: light) { :root { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); - --hl-8: var(--light-hl-8); - --hl-9: var(--light-hl-9); - --hl-10: var(--light-hl-10); - --hl-11: var(--light-hl-11); - --code-background: var(--light-code-background); -} } - -@media (prefers-color-scheme: dark) { :root { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); - --hl-8: var(--dark-hl-8); - --hl-9: var(--dark-hl-9); - --hl-10: var(--dark-hl-10); - --hl-11: var(--dark-hl-11); - --code-background: var(--dark-code-background); -} } - -:root[data-theme='light'] { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); - --hl-8: var(--light-hl-8); - --hl-9: var(--light-hl-9); - --hl-10: var(--light-hl-10); - --hl-11: var(--light-hl-11); - --code-background: var(--light-code-background); -} - -:root[data-theme='dark'] { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); - --hl-8: var(--dark-hl-8); - --hl-9: var(--dark-hl-9); - --hl-10: var(--dark-hl-10); - --hl-11: var(--dark-hl-11); - --code-background: var(--dark-code-background); -} - -.hl-0 { color: var(--hl-0); } -.hl-1 { color: var(--hl-1); } -.hl-2 { color: var(--hl-2); } -.hl-3 { color: var(--hl-3); } -.hl-4 { color: var(--hl-4); } -.hl-5 { color: var(--hl-5); } -.hl-6 { color: var(--hl-6); } -.hl-7 { color: var(--hl-7); } -.hl-8 { color: var(--hl-8); } -.hl-9 { color: var(--hl-9); } -.hl-10 { color: var(--hl-10); } -.hl-11 { color: var(--hl-11); } -pre, code { background: var(--code-background); } diff --git a/docs/assets/main.js b/docs/assets/main.js deleted file mode 100644 index c815b334..00000000 --- a/docs/assets/main.js +++ /dev/null @@ -1,54 +0,0 @@ -"use strict"; -(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${pe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); -/*! - * lunr.Builder - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Index - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Pipeline - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Set - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.TokenSet - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Vector - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.stemmer - * Copyright (C) 2020 Oliver Nightingale - * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt - */ -/*! - * lunr.stopWordFilter - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.tokenizer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.trimmer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.utils - * Copyright (C) 2020 Oliver Nightingale - */ -/** - * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 - * Copyright (C) 2020 Oliver Nightingale - * @license MIT - */ diff --git a/docs/assets/search.js b/docs/assets/search.js deleted file mode 100644 index eb831da1..00000000 --- a/docs/assets/search.js +++ /dev/null @@ -1 +0,0 @@ -window.searchData = JSON.parse("{\"kinds\":{\"4\":\"Namespace\",\"8\":\"Enumeration\",\"16\":\"Enumeration Member\",\"64\":\"Function\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"kind\":4,\"name\":\"array\",\"url\":\"modules/array.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"all\",\"url\":\"functions/array.all.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"any\",\"url\":\"functions/array.any.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"append\",\"url\":\"functions/array.append.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"average\",\"url\":\"functions/array.average.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"chunk\",\"url\":\"functions/array.chunk.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"clone\",\"url\":\"functions/array.clone.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"compact\",\"url\":\"functions/array.compact.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":4194304,\"name\":\"CompactT\",\"url\":\"types/array.CompactT.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"contains\",\"url\":\"functions/array.contains.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"count\",\"url\":\"functions/array.count.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"countBy\",\"url\":\"functions/array.countBy.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/array.countBy.html#countBy.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"array.countBy.countBy\"},{\"kind\":64,\"name\":\"crossJoin\",\"url\":\"functions/array.crossJoin.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"deepFlatten\",\"url\":\"functions/array.deepFlatten.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":4194304,\"name\":\"NestedArrayT\",\"url\":\"types/array.NestedArrayT.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"diff\",\"url\":\"functions/array.diff.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"distinct\",\"url\":\"functions/array.distinct.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"distinctBy\",\"url\":\"functions/array.distinctBy.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"empty\",\"url\":\"functions/array.empty.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"equals\",\"url\":\"functions/array.equals.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"everyNth\",\"url\":\"functions/array.everyNth.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"first\",\"url\":\"functions/array.first.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"flatten\",\"url\":\"functions/array.flatten.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/array.get.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"groupBy\",\"url\":\"functions/array.groupBy.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/array.groupBy.html#groupBy.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"array.groupBy.groupBy\"},{\"kind\":64,\"name\":\"implode\",\"url\":\"functions/array.implode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"indexOfAll\",\"url\":\"functions/array.indexOfAll.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"initial\",\"url\":\"functions/array.initial.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"intersect\",\"url\":\"functions/array.intersect.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"isEmpty\",\"url\":\"functions/array.isEmpty.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"last\",\"url\":\"functions/array.last.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"limit\",\"url\":\"functions/array.limit.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"max\",\"url\":\"functions/array.max.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"median\",\"url\":\"functions/array.median.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"merge\",\"url\":\"functions/array.merge.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"min\",\"url\":\"functions/array.min.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"nest\",\"url\":\"functions/array.nest.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"orderBy\",\"url\":\"functions/array.orderBy.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":4194304,\"name\":\"OrderT\",\"url\":\"types/array.OrderT.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"pad\",\"url\":\"functions/array.pad.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"partition\",\"url\":\"functions/array.partition.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"pluck\",\"url\":\"functions/array.pluck.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"prepend\",\"url\":\"functions/array.prepend.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"pull\",\"url\":\"functions/array.pull.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"range\",\"url\":\"functions/array.range.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"repeat\",\"url\":\"functions/array.repeat.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"sample\",\"url\":\"functions/array.sample.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"shuffle\",\"url\":\"functions/array.shuffle.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"skip\",\"url\":\"functions/array.skip.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"sortBy\",\"url\":\"functions/array.sortBy.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"sum\",\"url\":\"functions/array.sum.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"tail\",\"url\":\"functions/array.tail.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"toCSV\",\"url\":\"functions/array.toCSV.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"union\",\"url\":\"functions/array.union.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"unwind\",\"url\":\"functions/array.unwind.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"where\",\"url\":\"functions/array.where.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereBetween\",\"url\":\"functions/array.whereBetween.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereIn\",\"url\":\"functions/array.whereIn.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereLike\",\"url\":\"functions/array.whereLike.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereNotBetween\",\"url\":\"functions/array.whereNotBetween.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereNotIn\",\"url\":\"functions/array.whereNotIn.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereNotLike\",\"url\":\"functions/array.whereNotLike.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereNotNull\",\"url\":\"functions/array.whereNotNull.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"whereNull\",\"url\":\"functions/array.whereNull.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"zip\",\"url\":\"functions/array.zip.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":64,\"name\":\"zipObject\",\"url\":\"functions/array.zipObject.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"array\"},{\"kind\":4,\"name\":\"boolean\",\"url\":\"modules/boolean.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"isBoolean\",\"url\":\"functions/boolean.isBoolean.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"boolean\"},{\"kind\":4,\"name\":\"date\",\"url\":\"modules/date.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"equals\",\"url\":\"functions/date.equals.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"date\"},{\"kind\":64,\"name\":\"isDate\",\"url\":\"functions/date.isDate.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"date\"},{\"kind\":64,\"name\":\"today\",\"url\":\"functions/date.today.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"date\"},{\"kind\":64,\"name\":\"tomorrow\",\"url\":\"functions/date.tomorrow.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"date\"},{\"kind\":64,\"name\":\"yesterday\",\"url\":\"functions/date.yesterday.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"date\"},{\"kind\":4,\"name\":\"func\",\"url\":\"modules/func.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"cache\",\"url\":\"functions/func.cache.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"func\"},{\"kind\":64,\"name\":\"defer\",\"url\":\"functions/func.defer.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"func\"},{\"kind\":64,\"name\":\"isFunction\",\"url\":\"functions/func.isFunction.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"func\"},{\"kind\":64,\"name\":\"once\",\"url\":\"functions/func.once.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"func\"},{\"kind\":4,\"name\":\"globals\",\"url\":\"modules/globals.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"isBrowser\",\"url\":\"functions/globals.isBrowser.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"globals\"},{\"kind\":4,\"name\":\"math\",\"url\":\"modules/math.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"average\",\"url\":\"functions/math.average.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"degreesToRads\",\"url\":\"functions/math.degreesToRads.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"factorial\",\"url\":\"functions/math.factorial.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"fibonacci\",\"url\":\"functions/math.fibonacci.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"gcd\",\"url\":\"functions/math.gcd.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"isDivisible\",\"url\":\"functions/math.isDivisible.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"isEven\",\"url\":\"functions/math.isEven.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"isPrime\",\"url\":\"functions/math.isPrime.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"lcm\",\"url\":\"functions/math.lcm.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"primes\",\"url\":\"functions/math.primes.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":64,\"name\":\"radsToDegrees\",\"url\":\"functions/math.radsToDegrees.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"math\"},{\"kind\":4,\"name\":\"number\",\"url\":\"modules/number.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"digitize\",\"url\":\"functions/number.digitize.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"number\"},{\"kind\":64,\"name\":\"equals\",\"url\":\"functions/number.equals.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"number\"},{\"kind\":64,\"name\":\"inRange\",\"url\":\"functions/number.inRange.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"number\"},{\"kind\":64,\"name\":\"isNumber\",\"url\":\"functions/number.isNumber.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"number\"},{\"kind\":4,\"name\":\"object\",\"url\":\"modules/object.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"assign\",\"url\":\"functions/object.assign.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"camelCaseKeys\",\"url\":\"functions/object.camelCaseKeys.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"clone\",\"url\":\"functions/object.clone.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"defaults\",\"url\":\"functions/object.defaults.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"dig\",\"url\":\"functions/object.dig.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"empty\",\"url\":\"functions/object.empty.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"equals\",\"url\":\"functions/object.equals.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"flatten\",\"url\":\"functions/object.flatten.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"forEach\",\"url\":\"functions/object.forEach.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/object.get.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"invert\",\"url\":\"functions/object.invert.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"isEmpty\",\"url\":\"functions/object.isEmpty.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"isObject\",\"url\":\"functions/object.isObject.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"isObjectLike\",\"url\":\"functions/object.isObjectLike.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"isPlainObject\",\"url\":\"functions/object.isPlainObject.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"kebabCaseKeys\",\"url\":\"functions/object.kebabCaseKeys.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"keys\",\"url\":\"functions/object.keys.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"lowerCaseKeys\",\"url\":\"functions/object.lowerCaseKeys.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"map\",\"url\":\"functions/object.map.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"mapKeys\",\"url\":\"functions/object.mapKeys.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"mapValues\",\"url\":\"functions/object.mapValues.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"merge\",\"url\":\"functions/object.merge.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"omit\",\"url\":\"functions/object.omit.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"reduce\",\"url\":\"functions/object.reduce.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"set\",\"url\":\"functions/object.set.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"size\",\"url\":\"functions/object.size.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"snakeCaseKeys\",\"url\":\"functions/object.snakeCaseKeys.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":64,\"name\":\"values\",\"url\":\"functions/object.values.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"object\"},{\"kind\":4,\"name\":\"string\",\"url\":\"modules/string.html\",\"classes\":\"tsd-kind-namespace\"},{\"kind\":64,\"name\":\"base64\",\"url\":\"functions/string.base64.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"base64Decode\",\"url\":\"functions/string.base64Decode.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"camelCase\",\"url\":\"functions/string.camelCase.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"capitalize\",\"url\":\"functions/string.capitalize.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"chars\",\"url\":\"functions/string.chars.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"contains\",\"url\":\"functions/string.contains.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"decapitalize\",\"url\":\"functions/string.decapitalize.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"equals\",\"url\":\"functions/string.equals.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"forEach\",\"url\":\"functions/string.forEach.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"humanize\",\"url\":\"functions/string.humanize.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"isEmpty\",\"url\":\"functions/string.isEmpty.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"isString\",\"url\":\"functions/string.isString.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"kebabCase\",\"url\":\"functions/string.kebabCase.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"lines\",\"url\":\"functions/string.lines.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"map\",\"url\":\"functions/string.map.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"mask\",\"url\":\"functions/string.mask.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"pad\",\"url\":\"functions/string.pad.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"parseInt\",\"url\":\"functions/string.parseInt.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"pluralize\",\"url\":\"functions/string.pluralize.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"reduce\",\"url\":\"functions/string.reduce.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"repeat\",\"url\":\"functions/string.repeat.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"reverse\",\"url\":\"functions/string.reverse.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"snakeCase\",\"url\":\"functions/string.snakeCase.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"swapCase\",\"url\":\"functions/string.swapCase.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"truncate\",\"url\":\"functions/string.truncate.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":64,\"name\":\"words\",\"url\":\"functions/string.words.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"string\"},{\"kind\":8,\"name\":\"OPERATOR\",\"url\":\"enums/OPERATOR.html\",\"classes\":\"tsd-kind-enum\"},{\"kind\":16,\"name\":\"LT\",\"url\":\"enums/OPERATOR.html#LT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OPERATOR\"},{\"kind\":16,\"name\":\"LTE\",\"url\":\"enums/OPERATOR.html#LTE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OPERATOR\"},{\"kind\":16,\"name\":\"EQ\",\"url\":\"enums/OPERATOR.html#EQ\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OPERATOR\"},{\"kind\":16,\"name\":\"NE\",\"url\":\"enums/OPERATOR.html#NE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OPERATOR\"},{\"kind\":16,\"name\":\"GTE\",\"url\":\"enums/OPERATOR.html#GTE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OPERATOR\"},{\"kind\":16,\"name\":\"GT\",\"url\":\"enums/OPERATOR.html#GT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"OPERATOR\"},{\"kind\":4194304,\"name\":\"OperatorT\",\"url\":\"types/OperatorT.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"RecordT\",\"url\":\"types/RecordT.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"PathT\",\"url\":\"types/PathT.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"PathsToStringPropsT\",\"url\":\"types/PathsToStringPropsT.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"JoinT\",\"url\":\"types/JoinT.html\",\"classes\":\"tsd-kind-type-alias\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,11.883]],[\"comment/0\",[]],[\"name/1\",[1,22.677]],[\"comment/1\",[1,1.873,2,1.524,3,2.879,4,1.442,5,0.329,6,2.573,7,3.481,8,2.029,9,2.295,10,2.378,11,1.666,12,0.835,13,3.203,14,1.595,15,3.203,16,0.213,17,3.903,18,1.067,19,1.295,20,4.355,21,0.294,22,0.935,23,3.903]],[\"name/2\",[24,38.771]],[\"comment/2\",[2,1.464,3,2.804,4,1.364,5,0.311,6,2.435,7,3.293,8,1.919,9,2.172,11,1.576,12,0.79,13,3.03,14,1.509,15,3.03,16,0.205,18,1.025,20,4.182,21,0.288,22,1.305,25,2.834,26,3.293,27,2.101,28,2.677,29,5.449,30,3.366]],[\"name/3\",[31,47.244]],[\"comment/3\",[16,0.18,18,1.233,19,1.496,21,0.29,22,1.57,30,3.408,32,3.929,33,3.929,34,4.788,35,3.929,36,4.788,37,4.788,38,2.138,39,5.031,40,4.788]],[\"name/4\",[41,36.258]],[\"comment/4\",[2,0.992,5,0.311,12,1.707,16,0.243,18,1.501,19,1.478,21,0.288,22,1.305,41,2.834,42,1.509,43,1.043,44,1.156,45,2.547,46,3.693,47,5.449,48,2.764,49,2.547]],[\"name/5\",[50,47.244]],[\"comment/5\",[0,1.271,5,0.426,12,1.081,16,0.19,18,1.279,19,1.153,21,0.245,43,1.427,51,5.052,52,3.331,53,5.052,54,3.484,55,2.555,56,3.663,57,5.052,58,1.942,59,2.022,60,5.052]],[\"name/6\",[61,38.771]],[\"comment/6\",[0,1.459,2,1.558,5,0.489,16,0.218,18,1.4,19,1.699,21,0.269,22,1.389,62,5.799,63,5.799]],[\"name/7\",[64,47.244]],[\"comment/7\",[0,1.073,5,0.36,12,1.294,14,1.744,16,0.16,18,1.138,19,1.381,21,0.303,22,1.449,65,3.805,66,3.805,67,2.101,68,2.509,69,4.267,70,3.502,71,4.267,72,4.267,73,6.05,74,6.05]],[\"name/8\",[75,47.244]],[\"comment/8\",[]],[\"name/9\",[76,36.258]],[\"comment/9\",[3,1.814,5,0.39,12,0.99,13,3.797,14,1.891,16,0.241,18,1.565,19,1.461,21,0.286,44,1.449,76,3.551,77,4.126,78,4.626,79,3.19,80,6.403]],[\"name/10\",[81,26.876]],[\"comment/10\",[0,1.073,5,0.36,11,1.821,12,0.913,16,0.227,18,1.438,19,1.604,21,0.276,22,1.934,42,1.744,43,1.205,82,4.267,83,4.267,84,1.409,85,6.05,86,2.7]],[\"name/11\",[87,47.244]],[\"comment/11\",[0,0.859,2,0.918,5,0.521,8,1.776,10,3.134,11,1.458,16,0.193,18,0.967,19,0.78,21,0.299,22,1.232,43,1.453,44,1.07,58,1.313,59,1.368,81,1.944,84,1.129,86,2.162,88,2.622,89,2.253,90,2.082,91,1.683,92,2.356,93,3.047,94,3.417,95,3.047,96,3.047,97,2.804,98,3.417,99,1.828,100,2.356,101,2.622]],[\"name/12\",[102,42.136]],[\"comment/12\",[]],[\"name/13\",[103,47.244]],[\"comment/13\",[1,1.986,5,0.499,12,1.614,16,0.156,18,1.3,21,0.214,22,1.418,44,1.296,48,2.95,54,2.854,67,2.038,104,4.138,105,4.138,106,4.138,107,4.138,108,3.691,109,4.138,110,4.138,111,1.938,112,4.138,113,4.138,114,4.138]],[\"name/14\",[115,47.244]],[\"comment/14\",[0,1.459,16,0.218,18,1.091,19,1.323,21,0.269,58,2.229,59,2.321,84,1.915,116,4.759,117,4.759,118,5.799,119,4.759]],[\"name/15\",[120,47.244]],[\"comment/15\",[]],[\"name/16\",[121,47.244]],[\"comment/16\",[0,1.173,1,1.443,2,0.807,3,1.179,4,1.11,5,0.393,8,1.562,9,1.768,12,0.643,16,0.175,18,0.877,19,1.469,21,0.266,22,1.117,30,2.424,44,0.941,48,1.283,58,1.155,67,1.48,68,1.768,84,0.993,91,1.48,122,2.68,123,2.307,124,2.307,125,2.68,126,3.005,127,1.179,128,1.768,129,2.466,130,2.466,131,3.005,132,2.466,133,2.466,134,2.68,135,4.663,136,4.663,137,2.68,138,3.005,139,3.005,140,3.005]],[\"name/17\",[141,38.771]],[\"comment/17\",[0,0.954,1,1.821,2,1.019,5,0.32,16,0.247,18,1.238,19,1.269,21,0.291,43,1.072,58,2.529,59,2.226,67,1.869,84,1.253,97,3.114,119,3.114,141,3.114,142,5.56,143,3.795,144,3.795,145,3.795,146,3.795,147,3.795,148,3.795,149,3.795]],[\"name/18\",[150,47.244]],[\"comment/18\",[0,1.164,1,2.221,2,1.243,5,0.39,12,1.37,16,0.174,18,1.204,19,1.056,21,0.286,43,1.307,48,2.733,58,2.461,59,1.852,67,2.278,84,1.528,119,3.797,141,3.797,151,4.626]],[\"name/19\",[152,31.15]],[\"comment/19\",[0,1.428,5,0.479,16,0.213,21,0.322,38,2.536,152,3.745,153,7.345,154,5.679,155,5.679]],[\"name/20\",[156,32.581]],[\"comment/20\",[0,1.372,4,2.015,5,0.603,14,2.229,16,0.205,21,0.258,42,2.229,44,1.708,127,2.139,157,3.207,158,4.185,159,2.139,160,5.454,161,5.454]],[\"name/21\",[162,47.244]],[\"comment/21\",[0,1.226,2,1.309,11,2.08,16,0.183,18,1.419,19,1.112,21,0.292,28,3.533,58,2.55,59,1.951,84,1.609,86,4.199,163,4.346,164,4.346,165,4.873]],[\"name/22\",[166,32.581]],[\"comment/22\",[0,1.428,2,1.526,5,0.619,16,0.213,18,1.068,19,1.296,21,0.265,22,1.36,43,1.604,79,3.917,166,3.917,167,5.679]],[\"name/23\",[168,38.771]],[\"comment/23\",[0,0.941,5,0.315,16,0.207,18,1.442,19,1.642,21,0.26,22,1.318,55,1.893,58,2.766,59,2.203,84,1.236,86,3.483,117,3.072,159,1.468,169,2.714,170,3.338,171,5.504,172,3.99,173,4.224]],[\"name/24\",[174,31.15]],[\"comment/24\",[2,1.064,4,1.463,5,0.483,12,0.847,16,0.216,18,1.078,19,1.308,21,0.267,22,0.948,25,3.038,30,3.504,42,1.618,44,1.24,58,1.522,79,2.73,127,1.553,132,3.249,133,3.249,175,4.706,176,3.249,177,3.531,178,3.531,179,5.734,180,3.959]],[\"name/25\",[181,47.244]],[\"comment/25\",[0,0.996,5,0.483,8,2.058,10,2.412,16,0.216,19,0.903,21,0.267,27,2.252,43,1.118,44,1.24,58,1.522,59,1.585,84,1.308,86,2.505,88,3.038,89,2.61,90,2.412,95,5.114,96,5.114,97,3.249,99,3.067,100,3.954,101,3.038,182,3.959,183,3.959,184,3.959]],[\"name/26\",[102,42.136]],[\"comment/26\",[]],[\"name/27\",[185,47.244]],[\"comment/27\",[12,1.28,16,0.158,21,0.274,35,3.448,48,2.975,49,2.897,130,3.448,159,2.347,166,4.127,174,2.77,186,4.201,187,2.77,188,5.984,189,3.224,190,4.201,191,3.448,192,2.316,193,4.201,194,4.911,195,5.984]],[\"name/28\",[196,47.244]],[\"comment/28\",[0,1.025,1,1.957,2,1.573,4,1.506,5,0.344,11,1.74,16,0.22,18,1.289,19,1.564,21,0.298,22,1.403,42,2.394,43,1.151,58,1.567,197,4.077,198,4.077,199,4.077,200,5.856,201,4.077]],[\"name/29\",[202,47.244]],[\"comment/29\",[0,1.295,1,2.47,2,1.383,5,0.58,10,3.136,16,0.193,18,1.295,19,1.174,21,0.249,22,1.233,27,2.928,43,1.454,84,1.7,203,4.59,204,3.393,205,5.147]],[\"name/30\",[206,47.244]],[\"comment/30\",[2,1.357,10,3.078,11,2.156,12,1.081,16,0.19,18,1.279,19,1.552,21,0.245,43,1.427,54,3.484,58,1.942,176,4.146,207,5.052,208,3.877,209,5.052,210,5.052,211,5.052]],[\"name/31\",[212,32.581]],[\"comment/31\",[0,1.372,3,2.139,4,2.015,5,0.46,14,2.229,16,0.269,21,0.306,127,2.139,152,3.596,157,3.207,212,3.761,213,5.454]],[\"name/32\",[204,31.15]],[\"comment/32\",[0,1.428,2,1.526,5,0.619,16,0.213,18,1.068,19,1.676,21,0.265,43,1.604,79,3.917,204,3.745,214,5.679]],[\"name/33\",[215,47.244]],[\"comment/33\",[0,1.49,5,0.499,16,0.223,18,1.419,21,0.272,22,1.419,59,2.372,216,5.924,217,5.924,218,5.924]],[\"name/34\",[219,47.244]],[\"comment/34\",[2,1.356,5,0.425,12,1.707,16,0.229,18,1.146,19,1.753,21,0.277,22,1.209,42,2.064,43,1.426,44,1.581,45,3.482,48,2.6,49,2.299,220,5.048,221,5.048,222,3.334]],[\"name/35\",[223,42.136]],[\"comment/35\",[2,1.509,5,0.473,12,1.202,16,0.211,18,0.724,21,0.263,22,0.922,42,2.296,43,1.586,44,1.759,45,3.873,58,1.479,137,3.432,223,5.009,224,3.848,225,5.009,226,4.148,227,3.432,228,2.79,229,2.654,230,3.848]],[\"name/36\",[231,42.136]],[\"comment/36\",[0,1.556,5,0.371,16,0.166,18,1.459,19,1.412,21,0.295,22,1.482,30,3.216,39,4.748,44,1.379,86,3.915,111,2.062,232,4.404,233,3.614,234,4.404]],[\"name/37\",[235,47.244]],[\"comment/37\",[2,1.356,5,0.425,12,1.707,16,0.229,18,1.146,19,1.39,21,0.277,22,1.749,42,2.064,43,1.426,44,1.581,45,3.482,48,2.6,49,2.299,236,5.048,237,5.048,238,3.334]],[\"name/38\",[239,42.136]],[\"comment/38\",[0,0.709,12,0.603,16,0.106,18,0.834,19,0.644,21,0.327,22,1.49,27,1.604,38,1.259,43,0.797,44,0.883,58,1.705,59,1.129,125,2.515,159,1.106,191,2.314,239,2.515,240,2.82,241,2.515,242,2.82,243,2.82,244,2.82,245,2.82,246,2.82,247,7.18,248,7.512,249,3.641,250,2.82,251,2.82]],[\"name/39\",[252,47.244]],[\"comment/39\",[0,1.489,5,0.499,16,0.26,18,1.113,21,0.3,22,1.418,59,2.37,81,2.354,253,5.919,254,5.919,255,3.396,256,4.138,257,4.138,258,4.138,259,2.854,260,2.854,261,4.138,262,4.138]],[\"name/40\",[263,47.244]],[\"comment/40\",[]],[\"name/41\",[264,42.136]],[\"comment/41\",[0,1.371,5,0.602,16,0.205,18,1.345,19,1.632,21,0.258,22,1.305,30,4.148,42,1.509,44,1.156,55,1.867,56,2.677,59,2.181,111,1.729,265,2.834,266,2.834,267,3.293,268,5.449]],[\"name/42\",[269,47.244]],[\"comment/42\",[3,1.768,5,0.38,6,1.898,9,1.693,10,1.754,14,1.843,16,0.108,21,0.323,28,2.087,38,1.286,52,1.898,54,1.986,88,2.21,90,1.754,92,1.986,99,1.54,228,3.269,270,2.879,271,2.879,272,2.879,273,2.21,274,4.827,275,4.509,276,4.56,277,4.022,278,6.29,279,3.461,280,2.879,281,1.986,282,2.879]],[\"name/43\",[283,47.244]],[\"comment/43\",[1,1.682,2,0.941,5,0.442,9,2.061,12,1.596,16,0.197,18,1.311,19,1.59,21,0.252,22,1.669,43,0.99,44,1.097,45,2.417,48,3.641,49,2.417,67,1.726,284,5.241]],[\"name/44\",[285,47.244]],[\"comment/44\",[0,1.144,5,0.533,16,0.171,18,1.19,19,1.444,21,0.284,22,1.516,30,3.29,39,4.857,43,1.285,79,3.138,84,1.503,159,1.784,233,3.734,286,4.55,287,4.058,288,4.55]],[\"name/45\",[289,47.244]],[\"comment/45\",[0,1.057,5,0.504,12,1.491,16,0.158,21,0.301,39,4.592,48,3.242,55,2.125,67,2.069,129,3.448,159,1.648,233,3.448,290,4.201,291,3.747,292,4.201,293,4.806,294,4.201]],[\"name/46\",[295,42.136]],[\"comment/46\",[0,0.941,5,0.464,11,1.598,16,0.245,18,0.704,19,0.854,21,0.289,30,1.946,55,1.893,84,1.236,91,1.843,111,1.753,122,3.338,295,3.338,296,3.072,297,3.338,298,2.873,299,2.581,300,3.338,301,3.072,302,2.581,303,3.743,304,3.743,305,3.072,306,3.743,307,3.743,308,3.743,309,3.743,310,3.743,311,3.743,312,3.743]],[\"name/47\",[313,42.136]],[\"comment/47\",[0,1.4,5,0.469,16,0.209,18,1.047,21,0.262,42,2.274,55,2.814,84,1.838,91,2.74,111,2.605,265,4.27,296,4.566,314,4.963,315,5.564]],[\"name/48\",[316,47.244]],[\"comment/48\",[0,1.4,2,1.495,12,1.191,16,0.209,21,0.262,28,4.034,68,3.272,84,1.838,172,4.034,317,5.564,318,5.564,319,7.248,320,4.566]],[\"name/49\",[321,47.244]],[\"comment/49\",[0,1.574,5,0.527,12,0.958,16,0.168,18,0.842,19,1.021,21,0.282,22,1.072,38,1.998,43,1.767,67,2.204,84,1.478,108,3.992,226,3.559,322,4.475,323,4.475,324,2.832,325,4.475,326,4.475,327,4.475]],[\"name/50\",[328,47.244]],[\"comment/50\",[0,1.49,5,0.499,16,0.223,18,1.114,21,0.272,22,1.808,59,2.372,329,5.924,330,5.924,331,5.924]],[\"name/51\",[332,47.244]],[\"comment/51\",[0,0.904,2,0.966,5,0.537,8,1.869,10,3.256,11,1.535,16,0.201,21,0.272,27,4.015,42,1.47,43,1.509,44,1.126,81,2.046,84,1.188,88,2.76,89,2.371,90,2.191,91,1.771,92,2.48,93,3.207,100,4.867,101,2.76,333,5.343,334,5.343,335,3.596]],[\"name/52\",[336,42.136]],[\"comment/52\",[2,0.992,5,0.311,12,1.707,16,0.243,18,1.218,19,1.478,21,0.288,22,1.305,42,1.509,43,1.043,44,1.156,45,2.547,48,2.764,49,2.547,86,4.099,336,3.293,337,3.693,338,5.449]],[\"name/53\",[339,47.244]],[\"comment/53\",[0,1.295,1,2.47,2,1.383,5,0.434,9,3.027,10,3.136,11,2.197,16,0.193,18,1.295,19,1.571,21,0.249,27,2.928,84,1.7,166,3.549,203,4.59,340,5.147]],[\"name/54\",[341,47.244]],[\"comment/54\",[0,1.108,12,1.324,16,0.233,21,0.295,48,2.64,67,2.169,159,1.727,293,4.266,342,2.59,343,4.404,344,4.404,345,4.404,346,4.404,347,1.966,348,6.186,349,6.186,350,4.404,351,4.404]],[\"name/55\",[352,47.244]],[\"comment/55\",[2,1.309,5,0.411,11,2.08,16,0.183,18,1.248,19,1.514,21,0.24,24,3.999,28,3.533,43,1.376,54,3.36,58,1.873,99,2.607,163,4.346,208,3.74,353,4.873,354,3.999,355,4.873,356,4.873]],[\"name/56\",[357,42.136]],[\"comment/56\",[2,0.773,4,1.064,5,0.38,12,0.616,16,0.108,18,0.848,19,1.029,21,0.32,22,1.08,25,2.21,44,0.902,58,1.733,59,1.805,79,1.986,127,1.129,132,2.363,133,2.363,175,3.701,176,2.363,177,2.568,178,2.568,226,4.458,357,2.568,358,4.168]],[\"name/57\",[299,32.581]],[\"comment/57\",[0,1.629,5,0.546,16,0.243,18,1.218,19,1.073,21,0.302,58,2.846,59,1.882,81,2.675,128,3.808,229,3.243,259,3.243,260,3.967,359,4.703,360,3.039,361,4.703,362,3.039,363,3.039]],[\"name/58\",[364,47.244]],[\"comment/58\",[0,1.556,5,0.521,16,0.233,18,1.164,19,1.005,21,0.28,22,1.055,58,2.378,59,1.763,81,2.505,128,3.638,229,3.037,259,3.037,260,3.037,365,4.404,366,3.38,367,3.928,368,4.404,369,3.928]],[\"name/59\",[370,47.244]],[\"comment/59\",[0,1.556,5,0.521,16,0.233,18,1.164,19,1.005,21,0.28,22,1.055,58,2.378,59,1.763,81,2.505,128,3.638,229,3.037,259,3.037,260,3.037,366,3.38,367,3.928,369,3.928,371,4.404,372,4.404]],[\"name/60\",[373,47.244]],[\"comment/60\",[0,1.629,5,0.546,16,0.244,21,0.288,128,3.81,226,2.677,281,3.245,358,2.38,374,4.706,375,3.103,376,3.611,377,4.706,378,4.706,379,4.197,380,4.197,381,4.197,382,4.706]],[\"name/61\",[383,47.244]],[\"comment/61\",[0,1.556,5,0.521,16,0.233,18,1.164,19,1.005,21,0.28,22,1.055,58,2.378,59,1.763,81,2.505,128,3.638,229,3.037,255,3.614,259,4.266,260,3.037,366,3.38,384,4.404,385,4.404]],[\"name/62\",[386,47.244]],[\"comment/62\",[0,1.556,5,0.521,16,0.233,18,1.164,19,1.005,21,0.28,22,1.055,58,2.378,59,1.763,81,2.505,128,3.638,229,3.037,255,3.614,259,4.266,260,3.037,366,3.38,387,4.404,388,4.404]],[\"name/63\",[389,47.244]],[\"comment/63\",[0,1.629,5,0.546,16,0.244,21,0.288,128,3.81,226,2.677,281,3.245,358,3.276,375,3.103,376,3.611,379,5.778,380,4.197,381,4.197,390,4.706,391,4.706]],[\"name/64\",[392,47.244]],[\"comment/64\",[0,1.226,5,0.411,16,0.249,18,1.248,19,1.112,21,0.292,59,1.951,81,2.772,128,2.866,249,3.999,393,4.873,394,3.533,395,4.873,396,4.873,397,4.346,398,4.346,399,4.873]],[\"name/65\",[400,47.244]],[\"comment/65\",[0,1.204,5,0.403,16,0.246,18,1.233,19,1.093,21,0.29,59,1.917,81,2.724,128,2.816,249,5.38,394,4.753,397,4.27,398,4.27,401,4.788,402,4.788,403,4.788]],[\"name/66\",[404,47.244]],[\"comment/66\",[0,0.893,3,2.75,5,0.446,10,2.163,11,1.515,12,1.132,14,2.867,16,0.199,18,1.319,21,0.253,22,1.68,43,1.003,48,2.259,54,2.448,84,1.172,89,2.34,90,2.163,291,3.166,394,2.573,405,2.019,406,3.549,407,3.166,408,5.292]],[\"name/67\",[409,47.244]],[\"comment/67\",[0,1.282,5,0.429,12,1.09,16,0.192,18,1.286,19,0.77,21,0.247,22,1.638,43,1.439,44,1.057,48,2.919,67,2.509,84,2.027,91,1.662,134,3.01,159,1.324,293,3.514,394,2.447,410,3.375,411,2.59,412,3.375,413,1.272,414,3.375,415,3.01,416,5.095]],[\"name/68\",[417,42.136]],[\"comment/68\",[]],[\"name/69\",[418,47.244]],[\"comment/69\",[2,1.357,3,2.666,4,1.867,5,0.426,12,1.081,14,2.065,16,0.256,21,0.297,44,1.582,127,1.981,358,2.555,417,4.506,419,2.971,420,5.052,421,5.052]],[\"name/70\",[422,32.581]],[\"comment/70\",[]],[\"name/71\",[156,32.581]],[\"comment/71\",[4,1.938,5,0.587,14,2.144,16,0.197,21,0.252,42,2.144,44,1.642,127,2.057,157,3.085,158,4.025,159,2.057,324,3.319,422,5.401,423,5.245]],[\"name/72\",[424,47.244]],[\"comment/72\",[2,1.286,3,2.571,4,1.769,5,0.403,14,1.957,16,0.246,21,0.29,43,1.352,44,1.499,84,1.581,127,1.878,358,2.421,419,2.816,422,4.521,425,4.788,426,4.788,427,4.788]],[\"name/73\",[428,42.136]],[\"comment/73\",[2,1.495,11,2.375,16,0.209,21,0.262,225,4.963,422,3.837,428,4.963,429,5.564,430,4.566,431,4.566,432,4.566,433,4.566,434,4.566,435,4.566]],[\"name/74\",[436,42.136]],[\"comment/74\",[2,1.495,11,2.375,16,0.209,21,0.262,320,4.566,422,3.837,430,4.566,431,4.566,432,4.566,433,4.566,434,4.566,435,4.566,436,4.963,437,5.564]],[\"name/75\",[438,42.136]],[\"comment/75\",[2,1.495,11,2.375,16,0.209,21,0.262,320,4.566,422,3.837,430,4.566,431,4.566,432,4.566,433,4.566,434,4.566,435,4.566,438,4.963,439,5.564]],[\"name/76\",[440,47.244]],[\"comment/76\",[]],[\"name/77\",[441,42.136]],[\"comment/77\",[2,1.064,4,1.463,5,0.483,8,2.058,12,0.847,21,0.283,38,1.768,111,1.854,124,3.038,159,1.553,194,4.706,441,3.531,442,3.959,443,3.959,444,3.959,445,3.959,446,3.959,447,6.712,448,3.959,449,3.959,450,3.959,451,3.531,452,3.959,453,2.87]],[\"name/78\",[454,47.244]],[\"comment/78\",[5,0.527,8,2.326,12,1.339,16,0.168,21,0.282,38,1.998,48,1.91,266,3.435,447,3.673,453,3.245,455,4.475,456,4.475,457,3.992,458,4.475,459,4.475,460,4.475,461,4.475,462,3.992,463,3.992,464,4.475,465,4.475,466,4.475]],[\"name/79\",[467,42.136]],[\"comment/79\",[2,1.333,3,2.634,4,1.833,5,0.418,8,2.579,12,1.061,14,2.028,16,0.252,21,0.317,44,1.553,127,1.945,419,2.918,467,4.424,468,4.961]],[\"name/80\",[354,38.771]],[\"comment/80\",[8,2.326,12,1.544,16,0.168,21,0.297,38,1.998,48,1.91,124,3.435,127,1.755,354,3.673,447,3.673,451,3.992,453,3.245,462,3.992,463,3.992,469,4.475,470,4.475,471,4.475,472,6.257,473,4.475,474,4.475]],[\"name/81\",[475,47.244]],[\"comment/81\",[]],[\"name/82\",[476,42.136]],[\"comment/82\",[4,1.627,5,0.521,12,0.942,14,1.8,16,0.166,21,0.223,77,3.928,90,2.683,127,1.727,208,3.38,301,3.614,457,3.928,476,3.928,477,4.404,478,4.404,479,3.928,480,4.404,481,4.404,482,4.404,483,4.404,484,4.404,485,4.404,486,4.404,487,3.928,488,4.404,489,4.404]],[\"name/83\",[490,47.244]],[\"comment/83\",[]],[\"name/84\",[41,36.258]],[\"comment/84\",[2,1.264,5,0.397,16,0.244,18,1.501,19,1.478,21,0.288,41,3.611,43,1.83,84,1.554,99,2.517,298,3.611,491,3.103,492,3.611,493,4.706,494,4.706]],[\"name/85\",[495,47.244]],[\"comment/85\",[12,1.296,16,0.228,21,0.276,159,2.375,342,3.561,496,5.4,497,5.4,498,5.4,499,6.055,500,6.055]],[\"name/86\",[501,42.136]],[\"comment/86\",[5,0.51,12,1.296,16,0.228,21,0.276,43,1.71,501,5.4,502,5.4,503,3.561,504,6.055,505,6.055]],[\"name/87\",[506,42.136]],[\"comment/87\",[0,1.226,5,0.559,16,0.183,18,0.916,19,1.112,21,0.24,22,1.589,30,2.533,59,1.951,84,1.609,164,4.346,169,3.533,266,3.74,297,4.346,506,4.346,507,4.346,508,4.873,509,4.873,510,4.873]],[\"name/88\",[511,47.244]],[\"comment/88\",[5,0.403,16,0.246,21,0.29,58,2.519,99,2.561,123,3.674,173,3.674,277,4.27,298,3.674,305,3.929,491,3.157,492,3.674,502,4.27,512,4.788,513,4.788,514,4.788,515,4.788,516,4.788]],[\"name/89\",[517,47.244]],[\"comment/89\",[3,2.057,4,1.938,5,0.587,16,0.197,19,1.197,21,0.252,27,2.984,127,2.057,157,3.085,166,3.617,194,4.304,419,3.085,518,5.245,519,5.245,520,3.319,521,5.245]],[\"name/90\",[522,47.244]],[\"comment/90\",[2,1.495,3,2.182,4,2.056,5,0.469,14,2.963,15,4.566,16,0.209,21,0.262,44,1.742,127,2.182,503,3.272,523,5.564,524,5.564]],[\"name/91\",[525,47.244]],[\"comment/91\",[3,2.227,4,2.098,5,0.479,6,3.745,12,1.215,16,0.213,21,0.265,127,2.227,157,3.34,503,3.34,526,5.065,527,5.679,528,5.679]],[\"name/92\",[529,47.244]],[\"comment/92\",[2,1.264,5,0.397,16,0.244,19,1.074,21,0.288,26,4.197,43,1.329,58,1.808,59,1.884,99,2.517,172,3.412,298,3.611,305,3.862,491,3.103,492,3.611,530,4.706,531,4.706,532,4.706,533,4.706,534,4.706]],[\"name/93\",[535,42.136]],[\"comment/93\",[5,0.426,12,1.081,16,0.19,18,0.95,19,1.153,21,0.245,43,1.427,44,1.582,59,2.022,159,1.981,169,3.663,172,3.663,503,2.971,507,4.506,535,4.506,536,5.052,537,5.052,538,5.052,539,5.052]],[\"name/94\",[540,47.244]],[\"comment/94\",[12,1.241,16,0.218,18,1.091,21,0.297,159,2.274,342,3.411,496,5.172,497,5.172,498,5.172,541,5.799,542,5.799]],[\"name/95\",[503,27.785]],[\"comment/95\",[]],[\"name/96\",[543,47.244]],[\"comment/96\",[0,1.4,5,0.469,16,0.209,18,1.047,19,1.27,21,0.262,22,1.333,43,1.572,84,1.838,159,2.182,342,3.272,503,3.272,544,5.564,545,5.564]],[\"name/97\",[156,32.581]],[\"comment/97\",[4,2.015,5,0.603,14,2.229,16,0.205,21,0.258,42,2.229,44,1.708,127,2.139,157,3.207,158,4.185,159,2.139,503,3.207,546,5.454,547,5.454]],[\"name/98\",[548,47.244]],[\"comment/98\",[3,2.139,4,2.015,16,0.205,21,0.258,91,2.686,123,4.185,127,2.139,157,3.207,159,2.139,169,3.954,173,4.185,300,4.864,301,4.476,549,5.454,550,5.454]],[\"name/99\",[551,47.244]],[\"comment/99\",[2,1.357,3,2.666,4,1.867,5,0.426,12,1.081,14,2.065,16,0.256,21,0.297,44,1.582,127,1.981,358,2.555,419,2.971,503,2.971,552,5.052,553,5.052]],[\"name/100\",[413,17.8]],[\"comment/100\",[]],[\"name/101\",[554,42.136]],[\"comment/101\",[12,1.571,16,0.174,18,1.204,21,0.33,22,1.534,30,2.405,48,2.733,187,3.05,413,1.743,554,4.126,555,4.126,556,4.126]],[\"name/102\",[557,47.244]],[\"comment/102\",[1,1.847,5,0.473,11,1.642,12,0.823,16,0.145,21,0.292,38,2.508,55,1.946,68,2.263,192,2.121,204,2.537,299,2.654,302,2.654,324,2.435,405,2.189,413,2.116,558,3.158,559,2.537,560,2.953,561,3.158,562,4.311,563,2.79,564,4.311,565,2.953,566,3.848,567,3.432,568,3.432]],[\"name/103\",[61,38.771]],[\"comment/103\",[3,1.553,5,0.334,12,1.581,16,0.149,18,0.745,21,0.323,22,0.948,38,2.56,43,1.118,48,2.877,61,3.249,116,3.249,226,2.252,358,2.002,405,2.252,413,1.492,569,3.249,570,3.959,571,3.959,572,3.959]],[\"name/104\",[573,42.136]],[\"comment/104\",[11,1.85,12,1.517,16,0.163,18,1.151,19,0.989,21,0.325,22,1.038,30,3.18,48,3.026,413,1.633,520,2.743,555,3.865,556,3.865,573,3.865,574,3.865]],[\"name/105\",[575,47.244]],[\"comment/105\",[2,1.006,5,0.464,11,1.598,12,0.801,16,0.141,21,0.319,38,1.671,42,1.53,44,1.172,89,2.468,90,2.281,394,2.714,413,1.41,576,3.743,577,3.743,578,3.743,579,2.714,580,5.357,581,3.743,582,3.743,583,5.504,584,4.909,585,5.504,586,3.743]],[\"name/106\",[152,31.15]],[\"comment/106\",[5,0.451,12,1.144,16,0.201,21,0.331,22,1.281,38,2.388,152,3.526,413,2.015,569,5.795,587,5.347]],[\"name/107\",[156,32.581]],[\"comment/107\",[3,1.429,4,1.346,12,1.375,16,0.137,18,1.015,19,1.231,21,0.311,48,2.303,58,2.074,67,1.794,70,4.428,99,1.949,116,2.99,123,2.796,156,2.513,159,1.429,226,3.069,293,3.721,302,2.513,588,3.644,589,3.644,590,3.644,591,3.644,592,3.644]],[\"name/108\",[168,38.771]],[\"comment/108\",[5,0.383,12,0.973,16,0.171,18,1.19,21,0.317,22,1.516,52,3,117,3.734,168,3.734,170,4.058,226,4.14,358,2.301,413,2.385,593,4.55,594,4.55]],[\"name/109\",[595,42.136]],[\"comment/109\",[5,0.329,16,0.147,21,0.322,22,1.359,38,1.743,91,1.922,189,2.995,192,2.151,228,4.114,273,2.995,274,4.355,276,4.114,279,4.355,413,1.47,453,2.829,520,2.47,596,3.903,597,4.657,598,3.903,599,3.903,600,3.481]],[\"name/110\",[174,31.15]],[\"comment/110\",[5,0.592,16,0.16,21,0.311,44,1.336,68,2.509,159,2.757,174,2.813,411,3.275,413,1.608,520,2.7,601,4.267,602,3.805,603,5.396,604,5.769,605,5.396,606,3.805]],[\"name/111\",[607,42.136]],[\"comment/111\",[5,0.533,16,0.171,21,0.299,42,1.86,43,1.285,191,3.734,227,5.645,276,4.588,413,1.714,487,4.058,563,4.588,579,3.298,607,4.058,608,4.55,609,4.058,610,4.55,611,6.329]],[\"name/112\",[212,32.581]],[\"comment/112\",[3,2.018,4,1.902,5,0.434,12,1.101,14,2.104,16,0.259,21,0.312,22,1.233,127,2.018,152,3.393,157,3.027,212,4.748,413,1.939]],[\"name/113\",[612,47.244]],[\"comment/113\",[2,1.357,3,2.666,4,1.867,5,0.426,14,2.065,16,0.256,21,0.297,44,1.582,84,1.669,127,1.981,358,2.555,413,1.903,419,2.971,613,5.052,614,5.052]],[\"name/114\",[615,47.244]],[\"comment/114\",[2,1.357,3,2.666,4,1.867,5,0.426,14,2.065,16,0.256,21,0.297,44,1.582,127,1.981,187,3.331,358,2.555,413,1.903,419,2.971,616,5.052,617,5.052]],[\"name/115\",[618,47.244]],[\"comment/115\",[2,1.333,3,2.634,4,1.833,5,0.418,12,1.061,14,2.028,16,0.252,21,0.295,44,1.553,127,1.945,358,2.509,413,1.869,419,2.918,619,4.961,620,4.961,621,4.961]],[\"name/116\",[622,47.244]],[\"comment/116\",[1,1.821,5,0.468,11,1.62,12,0.812,16,0.143,21,0.291,38,2.482,55,1.919,68,2.232,166,2.617,192,2.092,204,2.502,299,2.617,302,2.617,324,2.402,405,2.159,413,2.095,559,2.502,560,2.912,561,3.114,562,4.267,563,4.031,564,4.267,565,2.912,568,3.385,623,3.385,624,3.795]],[\"name/117\",[192,26.042]],[\"comment/117\",[5,0.434,16,0.193,18,0.968,19,1.174,21,0.28,22,1.233,27,3.916,43,1.454,99,3.683,100,4.748,174,3.393,192,3.795,413,1.939]],[\"name/118\",[625,47.244]],[\"comment/118\",[1,1.9,5,0.483,11,1.69,12,0.847,16,0.149,21,0.295,38,2.56,55,2.002,68,2.328,192,2.182,299,2.73,302,2.73,324,2.505,405,2.252,413,2.16,560,3.038,562,4.401,563,4.157,564,4.401,565,3.038,626,3.959,627,5.734,628,3.959]],[\"name/119\",[629,42.136]],[\"comment/119\",[5,0.281,6,2.198,8,1.733,9,1.961,16,0.125,21,0.319,22,1.209,38,1.489,42,1.363,67,1.642,84,1.101,91,1.642,92,2.299,111,1.561,189,2.559,192,1.838,228,3.66,273,2.559,274,3.875,276,3.66,279,4.676,405,1.897,413,1.256,520,2.11,597,5,630,2.736,631,2.736,632,3.334,633,2.973]],[\"name/120\",[634,42.136]],[\"comment/120\",[5,0.533,6,3.489,8,1.845,9,2.088,12,0.759,16,0.133,18,0.995,21,0.294,22,1.268,32,2.913,33,2.913,48,1.515,67,1.748,84,1.172,91,1.748,92,2.448,111,1.662,192,1.957,405,2.019,413,1.994,520,2.246,579,4.587,604,4.343,630,2.913,631,2.913,634,3.166,635,3.549,636,3.549]],[\"name/121\",[637,47.244]],[\"comment/121\",[5,0.492,6,3.155,8,1.615,9,1.828,16,0.117,21,0.314,22,1.146,32,2.55,33,2.55,38,1.387,42,1.27,67,1.53,84,1.026,91,1.53,92,2.143,111,1.455,189,2.385,192,1.713,228,3.469,273,2.385,274,3.672,276,3.469,279,4.477,405,1.768,413,1.803,520,1.967,597,4.788,630,2.55,631,2.55,633,2.771,638,3.107]],[\"name/122\",[231,42.136]],[\"comment/122\",[5,0.215,12,1.259,16,0.096,18,1.107,19,1.343,20,3.15,21,0.336,22,0.983,38,1.833,43,0.722,48,2.195,58,1.578,68,1.504,99,1.368,226,2.335,241,2.281,293,2.831,324,1.618,405,1.455,413,1.547,491,1.686,492,1.963,639,2.557,640,4.105,641,4.105,642,4.105,643,2.557]],[\"name/123\",[644,42.136]],[\"comment/123\",[2,0.674,5,0.538,8,2.102,9,1.477,12,1.087,16,0.152,18,0.955,19,1.159,20,3.104,21,0.297,22,1.216,42,1.653,43,0.709,44,1.266,48,2.485,66,2.239,68,1.477,84,1.336,99,1.343,111,1.176,127,0.985,159,0.985,192,1.384,293,3.502,405,1.428,413,1.524,415,2.239,491,1.655,503,1.477,579,2.932,609,2.239,644,3.607,645,2.511,646,2.511,647,2.511,648,2.511,649,2.511,650,2.511]],[\"name/124\",[651,42.136]],[\"comment/124\",[16,0.18,18,0.9,21,0.321,22,1.147,42,2.68,187,3.157,358,2.421,579,4.753,652,3.674,653,4.27,654,4.788,655,5.847,656,4.788,657,4.788]],[\"name/125\",[658,47.244]],[\"comment/125\",[5,0.517,16,0.127,21,0.332,38,1.507,42,2.509,44,1.057,52,2.225,159,2.407,324,3.225,411,2.59,413,1.272,520,2.136,569,4.182,602,3.01,603,5.475,604,5.038,605,3.01,606,3.01,659,3.375,660,3.375]],[\"name/126\",[56,34.252]],[\"comment/126\",[5,0.451,16,0.201,18,1.006,19,1.611,21,0.285,22,1.281,27,3.042,43,1.51,56,5.12,99,2.86,100,3.688,174,3.526,413,2.015]],[\"name/127\",[661,47.244]],[\"comment/127\",[1,1.847,5,0.473,11,1.642,12,0.823,16,0.145,21,0.292,38,2.508,55,1.946,68,2.263,192,2.121,204,2.537,299,2.654,302,2.654,324,2.435,405,2.189,413,2.116,559,2.537,560,2.953,561,3.158,562,4.311,563,2.79,564,4.311,565,2.953,567,3.432,662,3.432,663,3.848,664,3.848]],[\"name/128\",[67,23.265]],[\"comment/128\",[5,0.434,16,0.193,18,1.295,19,1.571,21,0.28,22,1.649,27,2.928,43,1.454,67,3.39,99,2.753,100,3.549,174,3.393,413,1.939]],[\"name/129\",[347,21.095]],[\"comment/129\",[]],[\"name/130\",[665,38.771]],[\"comment/130\",[16,0.233,21,0.28,111,2.899,580,5.081,665,5.081,666,6.192,667,5.522,668,6.192,669,6.192]],[\"name/131\",[670,47.244]],[\"comment/131\",[16,0.228,21,0.276,111,2.835,580,4.969,665,4.969,667,5.4,671,6.055,672,6.055,673,6.055,674,6.055]],[\"name/132\",[675,42.136]],[\"comment/132\",[5,0.32,16,0.272,21,0.308,91,1.869,111,1.777,159,2.18,208,2.912,342,2.232,347,1.694,411,2.912,675,3.385,676,3.795,677,3.795,678,6.58,679,3.795,680,3.795,681,3.795,682,3.385,683,3.795,684,3.385,685,3.795,686,3.114,687,3.114,688,3.114,689,3.795]],[\"name/133\",[690,42.136]],[\"comment/133\",[2,1.383,3,2.018,5,0.434,16,0.259,21,0.299,226,2.928,347,2.298,358,3.481,375,3.393,376,5.284,691,5.147,692,5.147,693,5.147]],[\"name/134\",[694,47.244]],[\"comment/134\",[0,1.372,2,1.465,5,0.46,16,0.205,21,0.258,43,1.54,70,4.476,84,1.801,281,3.761,695,5.454,696,4.864,697,5.454,698,5.454,699,7.154]],[\"name/135\",[76,36.258]],[\"comment/135\",[3,2.426,4,1.627,5,0.521,14,1.8,16,0.233,21,0.306,24,3.614,25,3.38,76,3.38,129,3.614,347,1.966,407,3.928,419,2.59,700,4.404,701,6.186,702,7.756]],[\"name/136\",[703,47.244]],[\"comment/136\",[2,1.383,3,2.018,5,0.434,16,0.259,21,0.299,226,2.928,347,2.298,358,3.481,375,3.393,376,5.284,704,5.147,705,5.147,706,5.147]],[\"name/137\",[156,32.581]],[\"comment/137\",[4,2.015,5,0.603,14,2.229,16,0.205,21,0.258,42,2.229,44,1.708,127,2.139,157,3.207,158,4.185,159,2.139,347,2.435,375,3.596,707,5.454]],[\"name/138\",[595,42.136]],[\"comment/138\",[16,0.197,21,0.314,58,2.016,175,4.304,187,3.458,281,3.617,453,3.803,600,4.678,652,4.025,708,5.245,709,5.245,710,5.722,711,5.245]],[\"name/139\",[712,42.136]],[\"comment/139\",[12,0.885,16,0.156,21,0.25,27,2.354,52,2.728,65,3.691,84,1.367,91,2.038,287,3.691,342,2.434,347,1.848,491,2.728,558,3.396,559,2.728,682,3.691,690,5.279,712,3.691,713,4.138,714,4.138,715,4.138,716,3.691,717,4.138,718,4.138,719,5.919,720,4.138,721,5.919,722,4.138]],[\"name/140\",[212,32.581]],[\"comment/140\",[3,2.139,4,2.015,5,0.46,14,2.229,16,0.269,21,0.306,127,2.139,152,3.596,157,3.207,212,3.761,347,2.435,723,5.454]],[\"name/141\",[724,47.244]],[\"comment/141\",[2,1.357,3,2.666,4,1.867,5,0.426,14,2.065,16,0.256,21,0.297,44,1.582,84,1.669,127,1.981,347,2.256,358,2.555,419,2.971,725,5.052,726,5.052]],[\"name/142\",[727,47.244]],[\"comment/142\",[1,1.275,5,0.224,12,0.568,16,0.247,21,0.291,90,1.619,91,2.962,111,1.981,159,1.659,342,1.562,347,1.889,479,2.369,558,2.18,559,2.79,584,4.703,623,2.369,686,2.18,687,2.18,688,3.472,716,2.369,728,2.656,729,4.231,730,3.774,731,2.656,732,2.656,733,2.656,734,2.656,735,3.774,736,3.774,737,2.656,738,2.369,739,2.656,740,2.656,741,2.656,742,2.656,743,2.656,744,2.656,745,2.656,746,2.656,747,2.656,748,2.656,749,2.656]],[\"name/143\",[750,42.136]],[\"comment/143\",[0,1.248,12,1.437,16,0.186,21,0.295,43,1.401,52,3.271,84,1.638,124,3.807,127,1.945,347,2.999,750,4.424,751,4.961,752,6.716,753,4.961,754,4.961]],[\"name/144\",[629,42.136]],[\"comment/144\",[16,0.201,21,0.324,187,3.526,281,4.87,375,3.526,652,4.104,710,6.489,755,5.347,756,5.347]],[\"name/145\",[757,42.136]],[\"comment/145\",[1,2.017,5,0.504,16,0.262,19,0.959,21,0.31,35,3.448,43,1.187,55,2.125,58,1.615,111,1.967,204,2.77,696,3.747,757,3.747,758,4.201,759,4.201,760,3.747,761,6.97,762,4.201,763,4.201,764,4.201]],[\"name/146\",[264,42.136]],[\"comment/146\",[5,0.654,16,0.233,21,0.28,30,3.216,42,1.8,44,1.379,55,2.227,56,3.193,59,2.476,111,2.062,265,3.38,266,3.38,267,3.928,347,2.762,765,6.186,766,4.404,767,4.404]],[\"name/147\",[768,47.244]],[\"comment/147\",[5,0.479,16,0.213,21,0.265,43,1.604,55,2.872,84,1.876,159,2.227,173,4.359,342,3.34,347,2.536,526,5.065,769,5.679,770,5.679]],[\"name/148\",[771,47.244]],[\"comment/148\",[2,0.885,5,0.51,16,0.287,18,0.941,21,0.318,22,1.198,30,1.712,43,0.93,89,2.172,90,2.007,491,2.172,503,1.937,772,3.294,773,3.294,774,3.294,775,3.294,776,3.294,777,6.754,778,6.048,779,3.294,780,3.294,781,3.294,782,3.294,783,3.294]],[\"name/149\",[651,42.136]],[\"comment/149\",[16,0.209,21,0.308,30,2.892,86,3.521,187,3.669,652,4.27,653,4.963,655,6.464,710,5.948,784,5.564]],[\"name/150\",[313,42.136]],[\"comment/150\",[5,0.469,16,0.209,18,1.047,21,0.262,42,2.274,55,2.814,84,1.838,91,2.74,111,2.605,265,4.27,296,4.566,314,4.963,347,2.484,785,5.564]],[\"name/151\",[574,42.136]],[\"comment/151\",[5,0.546,16,0.244,21,0.288,347,2.895,786,6.484,787,6.484,788,6.484]],[\"name/152\",[789,47.244]],[\"comment/152\",[12,0.801,16,0.288,21,0.319,91,1.843,111,1.753,159,1.468,342,2.201,347,1.671,559,2.468,662,3.338,686,3.072,687,3.072,688,3.072,730,3.338,735,3.338,736,3.338,790,3.743,791,3.743,792,5.504,793,3.743,794,3.743,795,3.743,796,3.743,797,3.743,798,3.743]],[\"name/153\",[799,47.244]],[\"comment/153\",[1,2.298,2,1.286,5,0.552,11,2.043,12,1.024,16,0.18,21,0.237,43,1.352,89,3.157,130,3.929,347,2.138,375,3.157,559,4.322,760,4.27,800,4.788,801,4.788,802,4.788,803,4.788,804,4.788,805,4.788]],[\"name/154\",[806,47.244]],[\"comment/154\",[12,1.437,16,0.252,21,0.308,55,2.509,101,3.807,159,1.945,169,3.596,172,4.869,347,2.215,807,4.961,808,6.716,809,4.961,810,4.961]],[\"name/155\",[811,42.136]],[\"comment/155\",[0,1.108,12,0.942,16,0.233,21,0.295,43,1.244,44,1.379,52,2.903,84,1.454,342,2.59,347,1.966,684,6.918,738,3.928,811,3.928,812,4.404,813,6.186,814,4.404,815,6.186,816,4.404]],[\"name/156\",[817,47.244]],[\"comment/156\",[]],[\"name/157\",[818,47.244]],[\"comment/157\",[]],[\"name/158\",[819,47.244]],[\"comment/158\",[]],[\"name/159\",[820,47.244]],[\"comment/159\",[]],[\"name/160\",[821,47.244]],[\"comment/160\",[]],[\"name/161\",[822,47.244]],[\"comment/161\",[]],[\"name/162\",[823,47.244]],[\"comment/162\",[]],[\"name/163\",[824,47.244]],[\"comment/163\",[]],[\"name/164\",[825,47.244]],[\"comment/164\",[]],[\"name/165\",[826,47.244]],[\"comment/165\",[]],[\"name/166\",[827,47.244]],[\"comment/166\",[]],[\"name/167\",[828,47.244]],[\"comment/167\",[]]],\"invertedIndex\":[[\"\",{\"_index\":21,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"9\":{},\"10\":{},\"11\":{},\"13\":{},\"14\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"69\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"82\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{}}}],[\"0\",{\"_index\":30,\"name\":{},\"comment\":{\"2\":{},\"3\":{},\"16\":{},\"24\":{},\"36\":{},\"41\":{},\"44\":{},\"46\":{},\"87\":{},\"101\":{},\"104\":{},\"146\":{},\"148\":{},\"149\":{}}}],[\"0,1,2,3,4,5\",{\"_index\":308,\"name\":{},\"comment\":{\"46\":{}}}],[\"0,2,4,6,8\",{\"_index\":312,\"name\":{},\"comment\":{\"46\":{}}}],[\"0,3\",{\"_index\":201,\"name\":{},\"comment\":{\"28\":{}}}],[\"00123\",{\"_index\":767,\"name\":{},\"comment\":{\"146\":{}}}],[\"08\",{\"_index\":435,\"name\":{},\"comment\":{\"73\":{},\"74\":{},\"75\":{}}}],[\"1\",{\"_index\":22,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"6\":{},\"7\":{},\"10\":{},\"11\":{},\"13\":{},\"16\":{},\"22\":{},\"23\":{},\"24\":{},\"28\":{},\"29\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"41\":{},\"43\":{},\"44\":{},\"49\":{},\"50\":{},\"52\":{},\"56\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{},\"66\":{},\"67\":{},\"87\":{},\"96\":{},\"101\":{},\"103\":{},\"104\":{},\"106\":{},\"108\":{},\"109\":{},\"112\":{},\"117\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"126\":{},\"128\":{},\"148\":{}}}],[\"1,2,2,3\",{\"_index\":362,\"name\":{},\"comment\":{\"57\":{}}}],[\"1,2,2,3,5\",{\"_index\":395,\"name\":{},\"comment\":{\"64\":{}}}],[\"1,2,2,5\",{\"_index\":255,\"name\":{},\"comment\":{\"39\":{},\"61\":{},\"62\":{}}}],[\"1,2,3\",{\"_index\":327,\"name\":{},\"comment\":{\"49\":{}}}],[\"1,2,3,4\",{\"_index\":356,\"name\":{},\"comment\":{\"55\":{}}}],[\"1,2,3,4,5\",{\"_index\":119,\"name\":{},\"comment\":{\"14\":{},\"17\":{},\"18\":{}}}],[\"1,2,3,4.9,5\",{\"_index\":149,\"name\":{},\"comment\":{\"17\":{}}}],[\"1,2,5\",{\"_index\":331,\"name\":{},\"comment\":{\"50\":{}}}],[\"1,2],[3,4],[5\",{\"_index\":60,\"name\":{},\"comment\":{\"5\":{}}}],[\"1,3\",{\"_index\":154,\"name\":{},\"comment\":{\"19\":{}}}],[\"1.2\",{\"_index\":136,\"name\":{},\"comment\":{\"16\":{}}}],[\"1.5\",{\"_index\":137,\"name\":{},\"comment\":{\"16\":{},\"35\":{}}}],[\"1.9\",{\"_index\":138,\"name\":{},\"comment\":{\"16\":{}}}],[\"10\",{\"_index\":225,\"name\":{},\"comment\":{\"35\":{},\"73\":{}}}],[\"1000\",{\"_index\":449,\"name\":{},\"comment\":{\"77\":{}}}],[\"11\",{\"_index\":320,\"name\":{},\"comment\":{\"48\":{},\"74\":{},\"75\":{}}}],[\"12300\",{\"_index\":766,\"name\":{},\"comment\":{\"146\":{}}}],[\"15\",{\"_index\":229,\"name\":{},\"comment\":{\"35\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{}}}],[\"2\",{\"_index\":18,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"9\":{},\"10\":{},\"11\":{},\"13\":{},\"14\":{},\"16\":{},\"17\":{},\"18\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"28\":{},\"29\":{},\"30\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"41\":{},\"43\":{},\"44\":{},\"46\":{},\"47\":{},\"49\":{},\"50\":{},\"52\":{},\"53\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"84\":{},\"87\":{},\"93\":{},\"94\":{},\"96\":{},\"101\":{},\"103\":{},\"104\":{},\"107\":{},\"108\":{},\"117\":{},\"120\":{},\"122\":{},\"123\":{},\"124\":{},\"126\":{},\"128\":{},\"148\":{},\"150\":{}}}],[\"2,1\",{\"_index\":218,\"name\":{},\"comment\":{\"33\":{}}}],[\"2,1,3\",{\"_index\":161,\"name\":{},\"comment\":{\"20\":{}}}],[\"2,2,2,2,2\",{\"_index\":315,\"name\":{},\"comment\":{\"47\":{}}}],[\"2,3\",{\"_index\":211,\"name\":{},\"comment\":{\"30\":{}}}],[\"2,3,1\",{\"_index\":326,\"name\":{},\"comment\":{\"49\":{}}}],[\"2.2\",{\"_index\":147,\"name\":{},\"comment\":{\"17\":{}}}],[\"20\",{\"_index\":227,\"name\":{},\"comment\":{\"35\":{},\"111\":{}}}],[\"2018\",{\"_index\":434,\"name\":{},\"comment\":{\"73\":{},\"74\":{},\"75\":{}}}],[\"22\",{\"_index\":547,\"name\":{},\"comment\":{\"97\":{}}}],[\"22222\",{\"_index\":785,\"name\":{},\"comment\":{\"150\":{}}}],[\"23\",{\"_index\":71,\"name\":{},\"comment\":{\"7\":{}}}],[\"2d\",{\"_index\":343,\"name\":{},\"comment\":{\"54\":{}}}],[\"3\",{\"_index\":19,\"name\":{},\"comment\":{\"1\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"9\":{},\"10\":{},\"11\":{},\"14\":{},\"16\":{},\"17\":{},\"18\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{},\"28\":{},\"29\":{},\"30\":{},\"32\":{},\"34\":{},\"36\":{},\"37\":{},\"38\":{},\"41\":{},\"43\":{},\"44\":{},\"46\":{},\"49\":{},\"52\":{},\"53\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{},\"64\":{},\"65\":{},\"67\":{},\"84\":{},\"87\":{},\"89\":{},\"92\":{},\"93\":{},\"96\":{},\"104\":{},\"107\":{},\"117\":{},\"122\":{},\"123\":{},\"126\":{},\"128\":{},\"145\":{}}}],[\"3,4\",{\"_index\":366,\"name\":{},\"comment\":{\"58\":{},\"59\":{},\"61\":{},\"62\":{}}}],[\"3,4,4\",{\"_index\":367,\"name\":{},\"comment\":{\"58\":{},\"59\":{}}}],[\"3,4,5,6,7\",{\"_index\":310,\"name\":{},\"comment\":{\"46\":{}}}],[\"3.141592653589793\",{\"_index\":500,\"name\":{},\"comment\":{\"85\":{}}}],[\"32\",{\"_index\":516,\"name\":{},\"comment\":{\"88\":{}}}],[\"34\",{\"_index\":74,\"name\":{},\"comment\":{\"7\":{}}}],[\"36\",{\"_index\":277,\"name\":{},\"comment\":{\"42\":{},\"88\":{}}}],[\"4\",{\"_index\":58,\"name\":{},\"comment\":{\"5\":{},\"11\":{},\"14\":{},\"16\":{},\"17\":{},\"18\":{},\"21\":{},\"23\":{},\"24\":{},\"25\":{},\"28\":{},\"30\":{},\"35\":{},\"38\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{},\"88\":{},\"92\":{},\"107\":{},\"122\":{},\"138\":{},\"145\":{}}}],[\"4,4\",{\"_index\":360,\"name\":{},\"comment\":{\"57\":{}}}],[\"4.2\",{\"_index\":95,\"name\":{},\"comment\":{\"11\":{},\"25\":{}}}],[\"4.9\",{\"_index\":148,\"name\":{},\"comment\":{\"17\":{}}}],[\"40\",{\"_index\":228,\"name\":{},\"comment\":{\"35\":{},\"42\":{},\"109\":{},\"119\":{},\"121\":{}}}],[\"5\",{\"_index\":59,\"name\":{},\"comment\":{\"5\":{},\"11\":{},\"14\":{},\"17\":{},\"18\":{},\"21\":{},\"23\":{},\"25\":{},\"33\":{},\"38\":{},\"39\":{},\"41\":{},\"50\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{},\"64\":{},\"65\":{},\"87\":{},\"92\":{},\"93\":{},\"146\":{}}}],[\"5,2,2,1\",{\"_index\":257,\"name\":{},\"comment\":{\"39\":{}}}],[\"567890\",{\"_index\":764,\"name\":{},\"comment\":{\"145\":{}}}],[\"6\",{\"_index\":86,\"name\":{},\"comment\":{\"10\":{},\"11\":{},\"21\":{},\"23\":{},\"25\":{},\"36\":{},\"52\":{},\"149\":{}}}],[\"6.1\",{\"_index\":183,\"name\":{},\"comment\":{\"25\":{}}}],[\"6.3\",{\"_index\":96,\"name\":{},\"comment\":{\"11\":{},\"25\":{}}}],[\"60\",{\"_index\":534,\"name\":{},\"comment\":{\"92\":{}}}],[\"7\",{\"_index\":172,\"name\":{},\"comment\":{\"23\":{},\"48\":{},\"92\":{},\"93\":{},\"154\":{}}}],[\"720\",{\"_index\":505,\"name\":{},\"comment\":{\"86\":{}}}],[\"7890\",{\"_index\":762,\"name\":{},\"comment\":{\"145\":{}}}],[\"8\",{\"_index\":173,\"name\":{},\"comment\":{\"23\":{},\"88\":{},\"98\":{},\"147\":{}}}],[\"84\",{\"_index\":532,\"name\":{},\"comment\":{\"92\":{}}}],[\"890\",{\"_index\":763,\"name\":{},\"comment\":{\"145\":{}}}],[\"9\",{\"_index\":319,\"name\":{},\"comment\":{\"48\":{}}}],[\"90\",{\"_index\":542,\"name\":{},\"comment\":{\"94\":{}}}],[\"__type\",{\"_index\":102,\"name\":{\"12\":{},\"26\":{}},\"comment\":{}}],[\"a\",{\"_index\":12,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"4\":{},\"5\":{},\"7\":{},\"9\":{},\"10\":{},\"13\":{},\"16\":{},\"18\":{},\"24\":{},\"27\":{},\"30\":{},\"34\":{},\"35\":{},\"37\":{},\"38\":{},\"43\":{},\"45\":{},\"48\":{},\"49\":{},\"52\":{},\"54\":{},\"56\":{},\"66\":{},\"67\":{},\"69\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"82\":{},\"85\":{},\"86\":{},\"91\":{},\"93\":{},\"94\":{},\"99\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"112\":{},\"115\":{},\"116\":{},\"118\":{},\"120\":{},\"122\":{},\"123\":{},\"127\":{},\"139\":{},\"142\":{},\"143\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{}}}],[\"a\\\",\\\"b\\\"\\\\n\\\"c\\\",\\\"d\",{\"_index\":350,\"name\":{},\"comment\":{\"54\":{}}}],[\"a\\\";\\\"b\\\"\\\\n\\\"c\\\";\\\"d\",{\"_index\":351,\"name\":{},\"comment\":{\"54\":{}}}],[\"a.b\",{\"_index\":49,\"name\":{},\"comment\":{\"4\":{},\"27\":{},\"34\":{},\"37\":{},\"43\":{},\"52\":{}}}],[\"a.obj\",{\"_index\":571,\"name\":{},\"comment\":{\"103\":{}}}],[\"a1\",{\"_index\":635,\"name\":{},\"comment\":{\"120\":{}}}],[\"a\\\\nmultiline\\\\nstring.\\\\n'.lines\",{\"_index\":754,\"name\":{},\"comment\":{\"143\":{}}}],[\"active\",{\"_index\":278,\"name\":{},\"comment\":{\"42\":{}}}],[\"adam\",{\"_index\":562,\"name\":{},\"comment\":{\"102\":{},\"116\":{},\"118\":{},\"127\":{}}}],[\"adds\",{\"_index\":286,\"name\":{},\"comment\":{\"44\":{}}}],[\"age\",{\"_index\":276,\"name\":{},\"comment\":{\"42\":{},\"109\":{},\"111\":{},\"119\":{},\"121\":{}}}],[\"all\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{\"1\":{},\"13\":{},\"16\":{},\"17\":{},\"18\":{},\"28\":{},\"29\":{},\"43\":{},\"53\":{},\"102\":{},\"116\":{},\"118\":{},\"127\":{},\"142\":{},\"145\":{},\"153\":{}}}],[\"all([1\",{\"_index\":23,\"name\":{},\"comment\":{\"1\":{}}}],[\"all([4\",{\"_index\":17,\"name\":{},\"comment\":{\"1\":{}}}],[\"all_the_small_things\",{\"_index\":796,\"name\":{},\"comment\":{\"152\":{}}}],[\"already\",{\"_index\":444,\"name\":{},\"comment\":{\"77\":{}}}],[\"also\",{\"_index\":716,\"name\":{},\"comment\":{\"139\":{},\"142\":{}}}],[\"am\",{\"_index\":739,\"name\":{},\"comment\":{\"142\":{}}}],[\"among\",{\"_index\":107,\"name\":{},\"comment\":{\"13\":{}}}],[\"an\",{\"_index\":84,\"name\":{},\"comment\":{\"10\":{},\"11\":{},\"14\":{},\"16\":{},\"17\":{},\"18\":{},\"21\":{},\"23\":{},\"25\":{},\"29\":{},\"44\":{},\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"51\":{},\"53\":{},\"66\":{},\"67\":{},\"72\":{},\"84\":{},\"87\":{},\"96\":{},\"113\":{},\"119\":{},\"120\":{},\"121\":{},\"123\":{},\"134\":{},\"139\":{},\"141\":{},\"143\":{},\"147\":{},\"150\":{},\"155\":{}}}],[\"and\",{\"_index\":91,\"name\":{},\"comment\":{\"11\":{},\"16\":{},\"46\":{},\"47\":{},\"51\":{},\"67\":{},\"98\":{},\"109\":{},\"119\":{},\"120\":{},\"121\":{},\"132\":{},\"139\":{},\"142\":{},\"150\":{},\"152\":{}}}],[\"another\",{\"_index\":125,\"name\":{},\"comment\":{\"16\":{},\"38\":{}}}],[\"any\",{\"_index\":24,\"name\":{\"2\":{}},\"comment\":{\"55\":{},\"135\":{}}}],[\"any([0\",{\"_index\":29,\"name\":{},\"comment\":{\"2\":{}}}],[\"append\",{\"_index\":31,\"name\":{\"3\":{}},\"comment\":{}}],[\"append(myarray\",{\"_index\":40,\"name\":{},\"comment\":{\"3\":{}}}],[\"apple\",{\"_index\":779,\"name\":{},\"comment\":{\"148\":{}}}],[\"apples\",{\"_index\":778,\"name\":{},\"comment\":{\"148\":{}}}],[\"are\",{\"_index\":302,\"name\":{},\"comment\":{\"46\":{},\"102\":{},\"107\":{},\"116\":{},\"118\":{},\"127\":{}}}],[\"argument\",{\"_index\":419,\"name\":{},\"comment\":{\"69\":{},\"72\":{},\"79\":{},\"89\":{},\"99\":{},\"113\":{},\"114\":{},\"115\":{},\"135\":{},\"141\":{}}}],[\"arguments\",{\"_index\":649,\"name\":{},\"comment\":{\"123\":{}}}],[\"arr\",{\"_index\":153,\"name\":{},\"comment\":{\"19\":{}}}],[\"array\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{\"5\":{},\"6\":{},\"7\":{},\"10\":{},\"11\":{},\"14\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"25\":{},\"28\":{},\"29\":{},\"31\":{},\"32\":{},\"33\":{},\"36\":{},\"38\":{},\"39\":{},\"41\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"53\":{},\"54\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"87\":{},\"96\":{},\"134\":{},\"143\":{},\"155\":{}}}],[\"array's\",{\"_index\":106,\"name\":{},\"comment\":{\"13\":{}}}],[\"array.foreach\",{\"_index\":708,\"name\":{},\"comment\":{\"138\":{}}}],[\"array.map\",{\"_index\":755,\"name\":{},\"comment\":{\"144\":{}}}],[\"array.reduce\",{\"_index\":653,\"name\":{},\"comment\":{\"124\":{},\"149\":{}}}],[\"arrays\",{\"_index\":54,\"name\":{},\"comment\":{\"5\":{},\"13\":{},\"30\":{},\"42\":{},\"55\":{},\"66\":{}}}],[\"as\",{\"_index\":33,\"name\":{},\"comment\":{\"3\":{},\"120\":{},\"121\":{}}}],[\"asc\",{\"_index\":261,\"name\":{},\"comment\":{\"39\":{}}}],[\"assign\",{\"_index\":554,\"name\":{\"101\":{}},\"comment\":{\"101\":{}}}],[\"assigns\",{\"_index\":555,\"name\":{},\"comment\":{\"101\":{},\"104\":{}}}],[\"associating\",{\"_index\":414,\"name\":{},\"comment\":{\"67\":{}}}],[\"at\",{\"_index\":25,\"name\":{},\"comment\":{\"2\":{},\"24\":{},\"56\":{},\"135\":{}}}],[\"average\",{\"_index\":41,\"name\":{\"4\":{},\"84\":{}},\"comment\":{\"4\":{},\"84\":{}}}],[\"average(...[1\",{\"_index\":493,\"name\":{},\"comment\":{\"84\":{}}}],[\"average(1\",{\"_index\":494,\"name\":{},\"comment\":{\"84\":{}}}],[\"average([1\",{\"_index\":46,\"name\":{},\"comment\":{\"4\":{}}}],[\"average([{a\",{\"_index\":47,\"name\":{},\"comment\":{\"4\":{}}}],[\"b\",{\"_index\":48,\"name\":{},\"comment\":{\"4\":{},\"13\":{},\"16\":{},\"18\":{},\"27\":{},\"34\":{},\"37\":{},\"43\":{},\"45\":{},\"52\":{},\"54\":{},\"66\":{},\"67\":{},\"78\":{},\"80\":{},\"101\":{},\"103\":{},\"104\":{},\"107\":{},\"120\":{},\"122\":{},\"123\":{}}}],[\"b.obj\",{\"_index\":572,\"name\":{},\"comment\":{\"103\":{}}}],[\"b2\",{\"_index\":636,\"name\":{},\"comment\":{\"120\":{}}}],[\"bar\",{\"_index\":358,\"name\":{},\"comment\":{\"56\":{},\"60\":{},\"63\":{},\"69\":{},\"72\":{},\"99\":{},\"103\":{},\"108\":{},\"113\":{},\"114\":{},\"115\":{},\"124\":{},\"133\":{},\"136\":{},\"141\":{}}}],[\"bar.foo\",{\"_index\":594,\"name\":{},\"comment\":{\"108\":{}}}],[\"bar:2\",{\"_index\":657,\"name\":{},\"comment\":{\"124\":{}}}],[\"barney\",{\"_index\":275,\"name\":{},\"comment\":{\"42\":{}}}],[\"base64\",{\"_index\":665,\"name\":{\"130\":{}},\"comment\":{\"130\":{},\"131\":{}}}],[\"base64('prototyped.js\",{\"_index\":668,\"name\":{},\"comment\":{\"130\":{}}}],[\"base64decode\",{\"_index\":670,\"name\":{\"131\":{}},\"comment\":{}}],[\"base64decode(\\\"chjvdg90exblzc5qcw\",{\"_index\":673,\"name\":{},\"comment\":{\"131\":{}}}],[\"based\",{\"_index\":89,\"name\":{},\"comment\":{\"11\":{},\"25\":{},\"51\":{},\"66\":{},\"105\":{},\"148\":{},\"153\":{}}}],[\"be\",{\"_index\":681,\"name\":{},\"comment\":{\"132\":{}}}],[\"beginning\",{\"_index\":287,\"name\":{},\"comment\":{\"44\":{},\"139\":{}}}],[\"between\",{\"_index\":123,\"name\":{},\"comment\":{\"16\":{},\"88\":{},\"98\":{},\"107\":{}}}],[\"boo\",{\"_index\":810,\"name\":{},\"comment\":{\"154\":{}}}],[\"boolean\",{\"_index\":417,\"name\":{\"68\":{}},\"comment\":{\"69\":{}}}],[\"boom\",{\"_index\":809,\"name\":{},\"comment\":{\"154\":{}}}],[\"both\",{\"_index\":209,\"name\":{},\"comment\":{\"30\":{}}}],[\"browser\",{\"_index\":479,\"name\":{},\"comment\":{\"82\":{},\"142\":{}}}],[\"but\",{\"_index\":35,\"name\":{},\"comment\":{\"3\":{},\"27\":{},\"145\":{}}}],[\"by\",{\"_index\":520,\"name\":{},\"comment\":{\"89\":{},\"104\":{},\"109\":{},\"110\":{},\"119\":{},\"120\":{},\"121\":{},\"125\":{}}}],[\"c\",{\"_index\":293,\"name\":{},\"comment\":{\"45\":{},\"54\":{},\"67\":{},\"107\":{},\"122\":{},\"123\":{}}}],[\"cache\",{\"_index\":441,\"name\":{\"77\":{}},\"comment\":{\"77\":{}}}],[\"cached\",{\"_index\":442,\"name\":{},\"comment\":{\"77\":{}}}],[\"calculates\",{\"_index\":502,\"name\":{},\"comment\":{\"86\":{},\"88\":{}}}],[\"call\",{\"_index\":458,\"name\":{},\"comment\":{\"78\":{}}}],[\"called\",{\"_index\":470,\"name\":{},\"comment\":{\"80\":{}}}],[\"camel\",{\"_index\":558,\"name\":{},\"comment\":{\"102\":{},\"139\":{},\"142\":{}}}],[\"camel_case\",{\"_index\":791,\"name\":{},\"comment\":{\"152\":{}}}],[\"camelcase\",{\"_index\":675,\"name\":{\"132\":{}},\"comment\":{\"132\":{}}}],[\"camelcase(\\\"some\",{\"_index\":678,\"name\":{},\"comment\":{\"132\":{}}}],[\"camelcase(\\\"some_database_field_name\",{\"_index\":676,\"name\":{},\"comment\":{\"132\":{}}}],[\"camelcase_underscore\",{\"_index\":720,\"name\":{},\"comment\":{\"139\":{}}}],[\"camelcasekeys\",{\"_index\":557,\"name\":{\"102\":{}},\"comment\":{}}],[\"camelcasekeys(myobj\",{\"_index\":566,\"name\":{},\"comment\":{\"102\":{}}}],[\"camelized\",{\"_index\":682,\"name\":{},\"comment\":{\"132\":{},\"139\":{}}}],[\"can\",{\"_index\":483,\"name\":{},\"comment\":{\"82\":{}}}],[\"capitalize\",{\"_index\":690,\"name\":{\"133\":{}},\"comment\":{\"139\":{}}}],[\"capitalize('foo\",{\"_index\":692,\"name\":{},\"comment\":{\"133\":{}}}],[\"capitalize('hello\",{\"_index\":693,\"name\":{},\"comment\":{\"133\":{}}}],[\"capitalized\",{\"_index\":691,\"name\":{},\"comment\":{\"133\":{}}}],[\"cartesian\",{\"_index\":109,\"name\":{},\"comment\":{\"13\":{}}}],[\"case\",{\"_index\":559,\"name\":{},\"comment\":{\"102\":{},\"116\":{},\"127\":{},\"139\":{},\"142\":{},\"152\":{},\"153\":{}}}],[\"char\",{\"_index\":710,\"name\":{},\"comment\":{\"138\":{},\"144\":{},\"149\":{}}}],[\"character\",{\"_index\":696,\"name\":{},\"comment\":{\"134\":{},\"145\":{}}}],[\"characters\",{\"_index\":760,\"name\":{},\"comment\":{\"145\":{},\"153\":{}}}],[\"chars\",{\"_index\":694,\"name\":{\"134\":{}},\"comment\":{}}],[\"chars(\\\"hello\",{\"_index\":697,\"name\":{},\"comment\":{\"134\":{}}}],[\"checks\",{\"_index\":157,\"name\":{},\"comment\":{\"20\":{},\"31\":{},\"71\":{},\"89\":{},\"91\":{},\"97\":{},\"98\":{},\"112\":{},\"137\":{},\"140\":{}}}],[\"children\",{\"_index\":251,\"name\":{},\"comment\":{\"38\":{}}}],[\"chjvdg90exblzc5qcw\",{\"_index\":669,\"name\":{},\"comment\":{\"130\":{}}}],[\"chunk\",{\"_index\":50,\"name\":{\"5\":{}},\"comment\":{}}],[\"chunk([1\",{\"_index\":57,\"name\":{},\"comment\":{\"5\":{}}}],[\"chunks\",{\"_index\":51,\"name\":{},\"comment\":{\"5\":{}}}],[\"cleared\",{\"_index\":461,\"name\":{},\"comment\":{\"78\":{}}}],[\"clone\",{\"_index\":61,\"name\":{\"6\":{},\"103\":{}},\"comment\":{\"103\":{}}}],[\"clone([1\",{\"_index\":63,\"name\":{},\"comment\":{\"6\":{}}}],[\"clone(a\",{\"_index\":570,\"name\":{},\"comment\":{\"103\":{}}}],[\"cloned\",{\"_index\":62,\"name\":{},\"comment\":{\"6\":{}}}],[\"coffee\",{\"_index\":815,\"name\":{},\"comment\":{\"155\":{}}}],[\"collection\",{\"_index\":13,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"9\":{}}}],[\"combination\",{\"_index\":639,\"name\":{},\"comment\":{\"122\":{}}}],[\"comma\",{\"_index\":344,\"name\":{},\"comment\":{\"54\":{}}}],[\"comment_id\",{\"_index\":248,\"name\":{},\"comment\":{\"38\":{}}}],[\"comments\",{\"_index\":246,\"name\":{},\"comment\":{\"38\":{}}}],[\"common\",{\"_index\":305,\"name\":{},\"comment\":{\"46\":{},\"88\":{},\"92\":{}}}],[\"comp\",{\"_index\":126,\"name\":{},\"comment\":{\"16\":{}}}],[\"compact\",{\"_index\":64,\"name\":{\"7\":{}},\"comment\":{}}],[\"compact([0\",{\"_index\":69,\"name\":{},\"comment\":{\"7\":{}}}],[\"compactt\",{\"_index\":75,\"name\":{\"8\":{}},\"comment\":{}}],[\"comparator\",{\"_index\":131,\"name\":{},\"comment\":{\"16\":{}}}],[\"comparison\",{\"_index\":589,\"name\":{},\"comment\":{\"107\":{}}}],[\"composed\",{\"_index\":647,\"name\":{},\"comment\":{\"123\":{}}}],[\"concat\",{\"_index\":37,\"name\":{},\"comment\":{\"3\":{}}}],[\"consol.log(index\",{\"_index\":711,\"name\":{},\"comment\":{\"138\":{}}}],[\"console\",{\"_index\":600,\"name\":{},\"comment\":{\"109\":{},\"138\":{}}}],[\"console.log(msg\",{\"_index\":463,\"name\":{},\"comment\":{\"78\":{},\"80\":{}}}],[\"console.log(u.age\",{\"_index\":599,\"name\":{},\"comment\":{\"109\":{}}}],[\"const\",{\"_index\":38,\"name\":{},\"comment\":{\"3\":{},\"19\":{},\"38\":{},\"42\":{},\"49\":{},\"77\":{},\"78\":{},\"80\":{},\"102\":{},\"103\":{},\"105\":{},\"106\":{},\"109\":{},\"116\":{},\"118\":{},\"119\":{},\"121\":{},\"122\":{},\"125\":{},\"127\":{}}}],[\"containing\",{\"_index\":297,\"name\":{},\"comment\":{\"46\":{},\"87\":{}}}],[\"contains\",{\"_index\":76,\"name\":{\"9\":{},\"135\":{}},\"comment\":{\"9\":{},\"135\":{}}}],[\"contains('javascript\",{\"_index\":701,\"name\":{},\"comment\":{\"135\":{}}}],[\"contains([1\",{\"_index\":80,\"name\":{},\"comment\":{\"9\":{}}}],[\"converts\",{\"_index\":342,\"name\":{},\"comment\":{\"54\":{},\"85\":{},\"94\":{},\"96\":{},\"132\":{},\"139\":{},\"142\":{},\"147\":{},\"152\":{},\"155\":{}}}],[\"copy\",{\"_index\":800,\"name\":{},\"comment\":{\"153\":{}}}],[\"corresponding\",{\"_index\":646,\"name\":{},\"comment\":{\"123\":{}}}],[\"count\",{\"_index\":81,\"name\":{\"10\":{}},\"comment\":{\"11\":{},\"39\":{},\"51\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{},\"64\":{},\"65\":{}}}],[\"count([1\",{\"_index\":85,\"name\":{},\"comment\":{\"10\":{}}}],[\"count:1\",{\"_index\":399,\"name\":{},\"comment\":{\"64\":{}}}],[\"count:15\",{\"_index\":260,\"name\":{},\"comment\":{\"39\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{}}}],[\"count:1},{count:15\",{\"_index\":369,\"name\":{},\"comment\":{\"58\":{},\"59\":{}}}],[\"count:1},{count:15},{count:20\",{\"_index\":262,\"name\":{},\"comment\":{\"39\":{}}}],[\"count:20\",{\"_index\":259,\"name\":{},\"comment\":{\"39\":{},\"57\":{},\"58\":{},\"59\":{},\"61\":{},\"62\":{}}}],[\"count:20},{count:15\",{\"_index\":363,\"name\":{},\"comment\":{\"57\":{}}}],[\"count:null\",{\"_index\":397,\"name\":{},\"comment\":{\"64\":{},\"65\":{}}}],[\"count:null},{foo:15\",{\"_index\":403,\"name\":{},\"comment\":{\"65\":{}}}],[\"countby\",{\"_index\":87,\"name\":{\"11\":{}},\"comment\":{}}],[\"countby(['one\",{\"_index\":98,\"name\":{},\"comment\":{\"11\":{}}}],[\"countby([6.1\",{\"_index\":94,\"name\":{},\"comment\":{\"11\":{}}}],[\"counts\",{\"_index\":82,\"name\":{},\"comment\":{\"10\":{}}}],[\"creates\",{\"_index\":405,\"name\":{},\"comment\":{\"66\":{},\"102\":{},\"103\":{},\"116\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"127\":{}}}],[\"cross\",{\"_index\":104,\"name\":{},\"comment\":{\"13\":{}}}],[\"crossjoin\",{\"_index\":103,\"name\":{\"13\":{}},\"comment\":{}}],[\"crossjoin([1\",{\"_index\":114,\"name\":{},\"comment\":{\"13\":{}}}],[\"csv\",{\"_index\":346,\"name\":{},\"comment\":{\"54\":{}}}],[\"current\",{\"_index\":457,\"name\":{},\"comment\":{\"78\":{},\"82\":{}}}],[\"d\",{\"_index\":349,\"name\":{},\"comment\":{\"54\":{}}}],[\"dash\",{\"_index\":719,\"name\":{},\"comment\":{\"139\":{}}}],[\"dasherized\",{\"_index\":714,\"name\":{},\"comment\":{\"139\":{}}}],[\"data\",{\"_index\":580,\"name\":{},\"comment\":{\"105\":{},\"130\":{},\"131\":{}}}],[\"date\",{\"_index\":422,\"name\":{\"70\":{}},\"comment\":{\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{}}}],[\"dd\",{\"_index\":432,\"name\":{},\"comment\":{\"73\":{},\"74\":{},\"75\":{}}}],[\"decapitalize\",{\"_index\":703,\"name\":{\"136\":{}},\"comment\":{}}],[\"decapitalize('foo\",{\"_index\":705,\"name\":{},\"comment\":{\"136\":{}}}],[\"decapitalize('hello\",{\"_index\":706,\"name\":{},\"comment\":{\"136\":{}}}],[\"decapitalized\",{\"_index\":704,\"name\":{},\"comment\":{\"136\":{}}}],[\"decimal\",{\"_index\":496,\"name\":{},\"comment\":{\"85\":{},\"94\":{}}}],[\"decodes\",{\"_index\":671,\"name\":{},\"comment\":{\"131\":{}}}],[\"deep\",{\"_index\":116,\"name\":{},\"comment\":{\"14\":{},\"103\":{},\"107\":{}}}],[\"deepflatten\",{\"_index\":115,\"name\":{\"14\":{}},\"comment\":{}}],[\"deepflatten([1\",{\"_index\":118,\"name\":{},\"comment\":{\"14\":{}}}],[\"def\",{\"_index\":177,\"name\":{},\"comment\":{\"24\":{},\"56\":{}}}],[\"default\",{\"_index\":180,\"name\":{},\"comment\":{\"24\":{}}}],[\"defaults\",{\"_index\":573,\"name\":{\"104\":{}},\"comment\":{\"104\":{}}}],[\"defer\",{\"_index\":454,\"name\":{\"78\":{}},\"comment\":{}}],[\"defer(test\",{\"_index\":464,\"name\":{},\"comment\":{\"78\":{}}}],[\"defers\",{\"_index\":455,\"name\":{},\"comment\":{\"78\":{}}}],[\"degree\",{\"_index\":497,\"name\":{},\"comment\":{\"85\":{},\"94\":{}}}],[\"degreestorads\",{\"_index\":495,\"name\":{\"85\":{}},\"comment\":{}}],[\"degreestorads(180\",{\"_index\":499,\"name\":{},\"comment\":{\"85\":{}}}],[\"depending\",{\"_index\":270,\"name\":{},\"comment\":{\"42\":{}}}],[\"depth\",{\"_index\":170,\"name\":{},\"comment\":{\"23\":{},\"108\":{}}}],[\"desc\",{\"_index\":256,\"name\":{},\"comment\":{\"39\":{}}}],[\"determine\",{\"_index\":590,\"name\":{},\"comment\":{\"107\":{}}}],[\"determines\",{\"_index\":77,\"name\":{},\"comment\":{\"9\":{},\"82\":{}}}],[\"diff\",{\"_index\":121,\"name\":{\"16\":{}},\"comment\":{}}],[\"diff([1\",{\"_index\":135,\"name\":{},\"comment\":{\"16\":{}}}],[\"difference\",{\"_index\":122,\"name\":{},\"comment\":{\"16\":{},\"46\":{}}}],[\"different\",{\"_index\":744,\"name\":{},\"comment\":{\"142\":{}}}],[\"dig\",{\"_index\":575,\"name\":{\"105\":{}},\"comment\":{}}],[\"dig(data\",{\"_index\":585,\"name\":{},\"comment\":{\"105\":{}}}],[\"digitize\",{\"_index\":543,\"name\":{\"96\":{}},\"comment\":{}}],[\"digitize(123\",{\"_index\":545,\"name\":{},\"comment\":{\"96\":{}}}],[\"digits\",{\"_index\":544,\"name\":{},\"comment\":{\"96\":{}}}],[\"distinct\",{\"_index\":141,\"name\":{\"17\":{}},\"comment\":{\"17\":{},\"18\":{}}}],[\"distinct([1\",{\"_index\":142,\"name\":{},\"comment\":{\"17\":{}}}],[\"distinct([{foo:{bar:[0,1\",{\"_index\":143,\"name\":{},\"comment\":{\"17\":{}}}],[\"distinctby\",{\"_index\":150,\"name\":{\"18\":{}},\"comment\":{}}],[\"distinctby([1\",{\"_index\":151,\"name\":{},\"comment\":{\"18\":{}}}],[\"divisible\",{\"_index\":519,\"name\":{},\"comment\":{\"89\":{}}}],[\"divisor\",{\"_index\":513,\"name\":{},\"comment\":{\"88\":{}}}],[\"does\",{\"_index\":132,\"name\":{},\"comment\":{\"16\":{},\"24\":{},\"56\":{}}}],[\"e\",{\"_index\":70,\"name\":{},\"comment\":{\"7\":{},\"107\":{},\"134\":{}}}],[\"each\",{\"_index\":92,\"name\":{},\"comment\":{\"11\":{},\"42\":{},\"51\":{},\"119\":{},\"120\":{},\"121\":{}}}],[\"editing\",{\"_index\":747,\"name\":{},\"comment\":{\"142\":{}}}],[\"element\",{\"_index\":28,\"name\":{},\"comment\":{\"2\":{},\"21\":{},\"42\":{},\"48\":{},\"55\":{}}}],[\"elements\",{\"_index\":10,\"name\":{},\"comment\":{\"1\":{},\"11\":{},\"25\":{},\"29\":{},\"30\":{},\"42\":{},\"51\":{},\"53\":{},\"66\":{}}}],[\"empty\",{\"_index\":152,\"name\":{\"19\":{},\"106\":{}},\"comment\":{\"19\":{},\"31\":{},\"106\":{},\"112\":{},\"140\":{}}}],[\"empty(arr\",{\"_index\":155,\"name\":{},\"comment\":{\"19\":{}}}],[\"empty(obj\",{\"_index\":587,\"name\":{},\"comment\":{\"106\":{}}}],[\"encoded\",{\"_index\":672,\"name\":{},\"comment\":{\"131\":{}}}],[\"encodes\",{\"_index\":666,\"name\":{},\"comment\":{\"130\":{}}}],[\"end\",{\"_index\":301,\"name\":{},\"comment\":{\"46\":{},\"82\":{},\"98\":{}}}],[\"ending\",{\"_index\":717,\"name\":{},\"comment\":{\"139\":{}}}],[\"ensures\",{\"_index\":469,\"name\":{},\"comment\":{\"80\":{}}}],[\"environment\",{\"_index\":478,\"name\":{},\"comment\":{\"82\":{}}}],[\"eq\",{\"_index\":820,\"name\":{\"159\":{}},\"comment\":{}}],[\"equal\",{\"_index\":158,\"name\":{},\"comment\":{\"20\":{},\"71\":{},\"97\":{},\"137\":{}}}],[\"equals\",{\"_index\":156,\"name\":{\"20\":{},\"71\":{},\"97\":{},\"107\":{},\"137\":{}},\"comment\":{\"107\":{}}}],[\"equals(\\\"hello\",{\"_index\":707,\"name\":{},\"comment\":{\"137\":{}}}],[\"equals(22\",{\"_index\":546,\"name\":{},\"comment\":{\"97\":{}}}],[\"equals([1,2,3\",{\"_index\":160,\"name\":{},\"comment\":{\"20\":{}}}],[\"equals(new\",{\"_index\":423,\"name\":{},\"comment\":{\"71\":{}}}],[\"equivalent\",{\"_index\":592,\"name\":{},\"comment\":{\"107\":{}}}],[\"eratosthenes\",{\"_index\":538,\"name\":{},\"comment\":{\"93\":{}}}],[\"errors\",{\"_index\":489,\"name\":{},\"comment\":{\"82\":{}}}],[\"even\",{\"_index\":523,\"name\":{},\"comment\":{\"90\":{}}}],[\"every\",{\"_index\":163,\"name\":{},\"comment\":{\"21\":{},\"55\":{}}}],[\"everynth\",{\"_index\":162,\"name\":{\"21\":{}},\"comment\":{}}],[\"everynth([1\",{\"_index\":165,\"name\":{},\"comment\":{\"21\":{}}}],[\"except\",{\"_index\":203,\"name\":{},\"comment\":{\"29\":{},\"53\":{}}}],[\"exist\",{\"_index\":176,\"name\":{},\"comment\":{\"24\":{},\"30\":{},\"56\":{}}}],[\"exists\",{\"_index\":353,\"name\":{},\"comment\":{\"55\":{}}}],[\"factorial\",{\"_index\":501,\"name\":{\"86\":{}},\"comment\":{\"86\":{}}}],[\"factorial(6\",{\"_index\":504,\"name\":{},\"comment\":{\"86\":{}}}],[\"false\",{\"_index\":14,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"7\":{},\"9\":{},\"20\":{},\"31\":{},\"42\":{},\"66\":{},\"69\":{},\"71\":{},\"72\":{},\"79\":{},\"82\":{},\"90\":{},\"97\":{},\"99\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"135\":{},\"137\":{},\"140\":{},\"141\":{}}}],[\"falsey\",{\"_index\":66,\"name\":{},\"comment\":{\"7\":{},\"123\":{}}}],[\"fibonacci\",{\"_index\":506,\"name\":{\"87\":{}},\"comment\":{\"87\":{}}}],[\"fibonacci(6\",{\"_index\":510,\"name\":{},\"comment\":{\"87\":{}}}],[\"fills\",{\"_index\":265,\"name\":{},\"comment\":{\"41\":{},\"47\":{},\"146\":{},\"150\":{}}}],[\"filter\",{\"_index\":292,\"name\":{},\"comment\":{\"45\":{}}}],[\"filters\",{\"_index\":128,\"name\":{},\"comment\":{\"16\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{}}}],[\"find\",{\"_index\":700,\"name\":{},\"comment\":{\"135\":{}}}],[\"first\",{\"_index\":166,\"name\":{\"22\":{}},\"comment\":{\"22\":{},\"27\":{},\"53\":{},\"89\":{},\"116\":{}}}],[\"first([1\",{\"_index\":167,\"name\":{},\"comment\":{\"22\":{}}}],[\"first_name\",{\"_index\":561,\"name\":{},\"comment\":{\"102\":{},\"116\":{},\"127\":{}}}],[\"firstname\",{\"_index\":567,\"name\":{},\"comment\":{\"102\":{},\"127\":{}}}],[\"five\",{\"_index\":334,\"name\":{},\"comment\":{\"51\":{}}}],[\"flat\",{\"_index\":240,\"name\":{},\"comment\":{\"38\":{}}}],[\"flatten\",{\"_index\":168,\"name\":{\"23\":{},\"108\":{}},\"comment\":{\"108\":{}}}],[\"flatten([1\",{\"_index\":171,\"name\":{},\"comment\":{\"23\":{}}}],[\"flattens\",{\"_index\":117,\"name\":{},\"comment\":{\"14\":{},\"23\":{},\"108\":{}}}],[\"fm\",{\"_index\":741,\"name\":{},\"comment\":{\"142\":{}}}],[\"foo\",{\"_index\":226,\"name\":{},\"comment\":{\"35\":{},\"49\":{},\"56\":{},\"60\":{},\"63\":{},\"103\":{},\"107\":{},\"108\":{},\"122\":{},\"133\":{},\"136\":{}}}],[\"foo\\\",\\\"hello\\\",\\\"world\",{\"_index\":377,\"name\":{},\"comment\":{\"60\":{}}}],[\"foo.bar[1\",{\"_index\":145,\"name\":{},\"comment\":{\"17\":{}}}],[\"foo:\\\"bar\",{\"_index\":379,\"name\":{},\"comment\":{\"60\":{},\"63\":{}}}],[\"foo:\\\"hello\\\"},{foo:\\\"world\",{\"_index\":382,\"name\":{},\"comment\":{\"60\":{}}}],[\"foo:\\\"world\",{\"_index\":380,\"name\":{},\"comment\":{\"60\":{},\"63\":{}}}],[\"foo:1\",{\"_index\":656,\"name\":{},\"comment\":{\"124\":{}}}],[\"foo:15\",{\"_index\":398,\"name\":{},\"comment\":{\"64\":{},\"65\":{}}}],[\"foo:{bar:[0,1\",{\"_index\":146,\"name\":{},\"comment\":{\"17\":{}}}],[\"foo:{bar:[4,1\",{\"_index\":144,\"name\":{},\"comment\":{\"17\":{}}}],[\"for\",{\"_index\":9,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"16\":{},\"42\":{},\"43\":{},\"53\":{},\"119\":{},\"120\":{},\"121\":{},\"123\":{}}}],[\"foreach\",{\"_index\":595,\"name\":{\"109\":{},\"138\":{}},\"comment\":{}}],[\"foreach('hello\",{\"_index\":709,\"name\":{},\"comment\":{\"138\":{}}}],[\"foreach(users\",{\"_index\":598,\"name\":{},\"comment\":{\"109\":{}}}],[\"form\",{\"_index\":774,\"name\":{},\"comment\":{\"148\":{}}}],[\"format\",{\"_index\":433,\"name\":{},\"comment\":{\"73\":{},\"74\":{},\"75\":{}}}],[\"fred\",{\"_index\":279,\"name\":{},\"comment\":{\"42\":{},\"109\":{},\"119\":{},\"121\":{}}}],[\"from\",{\"_index\":68,\"name\":{},\"comment\":{\"7\":{},\"16\":{},\"48\":{},\"102\":{},\"110\":{},\"116\":{},\"118\":{},\"122\":{},\"123\":{},\"127\":{}}}],[\"front\",{\"_index\":481,\"name\":{},\"comment\":{\"82\":{}}}],[\"func\",{\"_index\":440,\"name\":{\"76\":{}},\"comment\":{}}],[\"function\",{\"_index\":8,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"11\":{},\"16\":{},\"25\":{},\"51\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"119\":{},\"120\":{},\"121\":{},\"123\":{}}}],[\"function's\",{\"_index\":271,\"name\":{},\"comment\":{\"42\":{}}}],[\"gcd\",{\"_index\":511,\"name\":{\"88\":{}},\"comment\":{}}],[\"gcd(...[12\",{\"_index\":515,\"name\":{},\"comment\":{\"88\":{}}}],[\"gcd(8\",{\"_index\":514,\"name\":{},\"comment\":{\"88\":{}}}],[\"generated\",{\"_index\":630,\"name\":{},\"comment\":{\"119\":{},\"120\":{},\"121\":{}}}],[\"generates\",{\"_index\":507,\"name\":{},\"comment\":{\"87\":{},\"93\":{}}}],[\"get\",{\"_index\":174,\"name\":{\"24\":{},\"110\":{}},\"comment\":{\"27\":{},\"110\":{},\"117\":{},\"126\":{},\"128\":{}}}],[\"get([1\",{\"_index\":179,\"name\":{},\"comment\":{\"24\":{}}}],[\"given\",{\"_index\":44,\"name\":{},\"comment\":{\"4\":{},\"9\":{},\"11\":{},\"13\":{},\"16\":{},\"20\":{},\"24\":{},\"25\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"41\":{},\"43\":{},\"51\":{},\"52\":{},\"56\":{},\"67\":{},\"69\":{},\"71\":{},\"72\":{},\"79\":{},\"90\":{},\"93\":{},\"97\":{},\"99\":{},\"105\":{},\"110\":{},\"113\":{},\"114\":{},\"115\":{},\"123\":{},\"125\":{},\"137\":{},\"141\":{},\"146\":{},\"155\":{}}}],[\"globals\",{\"_index\":475,\"name\":{\"81\":{}},\"comment\":{}}],[\"greatest\",{\"_index\":512,\"name\":{},\"comment\":{\"88\":{}}}],[\"group\",{\"_index\":93,\"name\":{},\"comment\":{\"11\":{},\"51\":{}}}],[\"groupby\",{\"_index\":181,\"name\":{\"25\":{}},\"comment\":{}}],[\"groupby(['one\",{\"_index\":184,\"name\":{},\"comment\":{\"25\":{}}}],[\"groupby([6.1\",{\"_index\":182,\"name\":{},\"comment\":{\"25\":{}}}],[\"grouped\",{\"_index\":406,\"name\":{},\"comment\":{\"66\":{}}}],[\"groups\",{\"_index\":88,\"name\":{},\"comment\":{\"11\":{},\"25\":{},\"42\":{},\"51\":{}}}],[\"gt\",{\"_index\":823,\"name\":{\"162\":{}},\"comment\":{}}],[\"gte\",{\"_index\":822,\"name\":{\"161\":{}},\"comment\":{}}],[\"h\",{\"_index\":698,\"name\":{},\"comment\":{\"134\":{}}}],[\"had\",{\"_index\":802,\"name\":{},\"comment\":{\"153\":{}}}],[\"has\",{\"_index\":460,\"name\":{},\"comment\":{\"78\":{}}}],[\"have\",{\"_index\":801,\"name\":{},\"comment\":{\"153\":{}}}],[\"hello\",{\"_index\":375,\"name\":{},\"comment\":{\"60\":{},\"63\":{},\"133\":{},\"136\":{},\"137\":{},\"144\":{},\"153\":{}}}],[\"html\",{\"_index\":749,\"name\":{},\"comment\":{\"142\":{}}}],[\"humanize\",{\"_index\":712,\"name\":{\"139\":{}},\"comment\":{\"139\":{}}}],[\"humanized\",{\"_index\":715,\"name\":{},\"comment\":{\"139\":{}}}],[\"hyphens\",{\"_index\":688,\"name\":{},\"comment\":{\"132\":{},\"142\":{},\"152\":{}}}],[\"i\",{\"_index\":738,\"name\":{},\"comment\":{\"142\":{},\"155\":{}}}],[\"i_am_listening_to_fm_while_loading_different_url_on_my_browser_and_also_editing_some_xml_and_html\",{\"_index\":798,\"name\":{},\"comment\":{\"152\":{}}}],[\"id\",{\"_index\":247,\"name\":{},\"comment\":{\"38\":{}}}],[\"identifiers\",{\"_index\":412,\"name\":{},\"comment\":{\"67\":{}}}],[\"if\",{\"_index\":4,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"16\":{},\"20\":{},\"24\":{},\"28\":{},\"31\":{},\"56\":{},\"69\":{},\"71\":{},\"72\":{},\"77\":{},\"79\":{},\"82\":{},\"89\":{},\"90\":{},\"91\":{},\"97\":{},\"98\":{},\"99\":{},\"107\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"135\":{},\"137\":{},\"140\":{},\"141\":{}}}],[\"implode\",{\"_index\":185,\"name\":{\"27\":{}},\"comment\":{}}],[\"implode([{a\",{\"_index\":193,\"name\":{},\"comment\":{\"27\":{}}}],[\"in\",{\"_index\":11,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"10\":{},\"11\":{},\"21\":{},\"28\":{},\"30\":{},\"46\":{},\"51\":{},\"53\":{},\"55\":{},\"66\":{},\"73\":{},\"74\":{},\"75\":{},\"102\":{},\"104\":{},\"105\":{},\"116\":{},\"118\":{},\"127\":{},\"153\":{}}}],[\"inclusive\",{\"_index\":303,\"name\":{},\"comment\":{\"46\":{}}}],[\"index\",{\"_index\":175,\"name\":{},\"comment\":{\"24\":{},\"56\":{},\"138\":{}}}],[\"indexofall\",{\"_index\":196,\"name\":{\"28\":{}},\"comment\":{}}],[\"indexofall([1\",{\"_index\":200,\"name\":{},\"comment\":{\"28\":{}}}],[\"indicated\",{\"_index\":602,\"name\":{},\"comment\":{\"110\":{},\"125\":{}}}],[\"indices\",{\"_index\":197,\"name\":{},\"comment\":{\"28\":{}}}],[\"initial\",{\"_index\":202,\"name\":{\"29\":{}},\"comment\":{}}],[\"initial([1\",{\"_index\":205,\"name\":{},\"comment\":{\"29\":{}}}],[\"initializes\",{\"_index\":296,\"name\":{},\"comment\":{\"46\":{},\"47\":{},\"150\":{}}}],[\"input\",{\"_index\":776,\"name\":{},\"comment\":{\"148\":{}}}],[\"inrange\",{\"_index\":548,\"name\":{\"98\":{}},\"comment\":{}}],[\"inrange(4\",{\"_index\":550,\"name\":{},\"comment\":{\"98\":{}}}],[\"instance\",{\"_index\":425,\"name\":{},\"comment\":{\"72\":{}}}],[\"instantly\",{\"_index\":452,\"name\":{},\"comment\":{\"77\":{}}}],[\"integer\",{\"_index\":526,\"name\":{},\"comment\":{\"91\":{},\"147\":{}}}],[\"intersect\",{\"_index\":206,\"name\":{\"30\":{}},\"comment\":{}}],[\"intersect([1\",{\"_index\":210,\"name\":{},\"comment\":{\"30\":{}}}],[\"into\",{\"_index\":52,\"name\":{},\"comment\":{\"5\":{},\"42\":{},\"108\":{},\"125\":{},\"139\":{},\"143\":{},\"155\":{}}}],[\"invert\",{\"_index\":607,\"name\":{\"111\":{}},\"comment\":{\"111\":{}}}],[\"inverts\",{\"_index\":608,\"name\":{},\"comment\":{\"111\":{}}}],[\"invoked\",{\"_index\":648,\"name\":{},\"comment\":{\"123\":{}}}],[\"invoking\",{\"_index\":456,\"name\":{},\"comment\":{\"78\":{}}}],[\"is\",{\"_index\":127,\"name\":{},\"comment\":{\"16\":{},\"20\":{},\"24\":{},\"31\":{},\"56\":{},\"69\":{},\"71\":{},\"72\":{},\"79\":{},\"80\":{},\"82\":{},\"89\":{},\"90\":{},\"91\":{},\"97\":{},\"98\":{},\"99\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"123\":{},\"137\":{},\"140\":{},\"141\":{},\"143\":{}}}],[\"isboolean\",{\"_index\":418,\"name\":{\"69\":{}},\"comment\":{}}],[\"isboolean('foo\",{\"_index\":420,\"name\":{},\"comment\":{\"69\":{}}}],[\"isboolean(false\",{\"_index\":421,\"name\":{},\"comment\":{\"69\":{}}}],[\"isbrowser\",{\"_index\":476,\"name\":{\"82\":{}},\"comment\":{\"82\":{}}}],[\"isdate\",{\"_index\":424,\"name\":{\"72\":{}},\"comment\":{}}],[\"isdate('foo\",{\"_index\":426,\"name\":{},\"comment\":{\"72\":{}}}],[\"isdate(new\",{\"_index\":427,\"name\":{},\"comment\":{\"72\":{}}}],[\"isdivisible\",{\"_index\":517,\"name\":{\"89\":{}},\"comment\":{}}],[\"isdivisible(6\",{\"_index\":521,\"name\":{},\"comment\":{\"89\":{}}}],[\"isempty\",{\"_index\":212,\"name\":{\"31\":{},\"112\":{},\"140\":{}},\"comment\":{\"31\":{},\"112\":{},\"140\":{}}}],[\"isempty(\\\"123\",{\"_index\":723,\"name\":{},\"comment\":{\"140\":{}}}],[\"isempty([1,2\",{\"_index\":213,\"name\":{},\"comment\":{\"31\":{}}}],[\"iseven\",{\"_index\":522,\"name\":{\"90\":{}},\"comment\":{}}],[\"iseven(3\",{\"_index\":524,\"name\":{},\"comment\":{\"90\":{}}}],[\"isfunction\",{\"_index\":467,\"name\":{\"79\":{}},\"comment\":{\"79\":{}}}],[\"isfunction(2\",{\"_index\":468,\"name\":{},\"comment\":{\"79\":{}}}],[\"isnumber\",{\"_index\":551,\"name\":{\"99\":{}},\"comment\":{}}],[\"isnumber('foo\",{\"_index\":552,\"name\":{},\"comment\":{\"99\":{}}}],[\"isnumber(2\",{\"_index\":553,\"name\":{},\"comment\":{\"99\":{}}}],[\"isobject\",{\"_index\":612,\"name\":{\"113\":{}},\"comment\":{}}],[\"isobject(2\",{\"_index\":613,\"name\":{},\"comment\":{\"113\":{}}}],[\"isobject({foo\",{\"_index\":614,\"name\":{},\"comment\":{\"113\":{}}}],[\"isobjectlike\",{\"_index\":615,\"name\":{\"114\":{}},\"comment\":{}}],[\"isobjectlike(2\",{\"_index\":616,\"name\":{},\"comment\":{\"114\":{}}}],[\"isobjectlike({foo\",{\"_index\":617,\"name\":{},\"comment\":{\"114\":{}}}],[\"isplainobject\",{\"_index\":618,\"name\":{\"115\":{}},\"comment\":{}}],[\"isplainobject(2\",{\"_index\":620,\"name\":{},\"comment\":{\"115\":{}}}],[\"isplainobject({foo\",{\"_index\":621,\"name\":{},\"comment\":{\"115\":{}}}],[\"isprime\",{\"_index\":525,\"name\":{\"91\":{}},\"comment\":{}}],[\"isprime(11\",{\"_index\":528,\"name\":{},\"comment\":{\"91\":{}}}],[\"isstring\",{\"_index\":724,\"name\":{\"141\":{}},\"comment\":{}}],[\"isstring(\\\"foo\",{\"_index\":726,\"name\":{},\"comment\":{\"141\":{}}}],[\"isstring(2\",{\"_index\":725,\"name\":{},\"comment\":{\"141\":{}}}],[\"it\",{\"_index\":191,\"name\":{},\"comment\":{\"27\":{},\"38\":{},\"111\":{}}}],[\"it's\",{\"_index\":186,\"name\":{},\"comment\":{\"27\":{}}}],[\"item\",{\"_index\":79,\"name\":{},\"comment\":{\"9\":{},\"22\":{},\"24\":{},\"32\":{},\"44\":{},\"56\":{}}}],[\"iterates\",{\"_index\":596,\"name\":{},\"comment\":{\"109\":{}}}],[\"javascript\",{\"_index\":684,\"name\":{},\"comment\":{\"132\":{},\"155\":{}}}],[\"john\",{\"_index\":611,\"name\":{},\"comment\":{\"111\":{}}}],[\"join\",{\"_index\":188,\"name\":{},\"comment\":{\"27\":{}}}],[\"joins\",{\"_index\":105,\"name\":{},\"comment\":{\"13\":{}}}],[\"joint\",{\"_index\":828,\"name\":{\"167\":{}},\"comment\":{}}],[\"json\",{\"_index\":578,\"name\":{},\"comment\":{\"105\":{}}}],[\"just\",{\"_index\":652,\"name\":{},\"comment\":{\"124\":{},\"138\":{},\"144\":{},\"149\":{}}}],[\"kebab\",{\"_index\":623,\"name\":{},\"comment\":{\"116\":{},\"142\":{}}}],[\"kebabcase\",{\"_index\":727,\"name\":{\"142\":{}},\"comment\":{}}],[\"kebabcase(\\\"allthe\",{\"_index\":734,\"name\":{},\"comment\":{\"142\":{}}}],[\"kebabcase(\\\"camelcase\",{\"_index\":728,\"name\":{},\"comment\":{\"142\":{}}}],[\"kebabcase(\\\"iamlisteningtofmwhileloadingdifferenturlonmybrowserandalsoeditingsomexmlandhtml\",{\"_index\":737,\"name\":{},\"comment\":{\"142\":{}}}],[\"kebabcase(\\\"some\",{\"_index\":729,\"name\":{},\"comment\":{\"142\":{}}}],[\"kebabcasekeys\",{\"_index\":622,\"name\":{\"116\":{}},\"comment\":{}}],[\"kebabcasekeys(myobj\",{\"_index\":624,\"name\":{},\"comment\":{\"116\":{}}}],[\"key\",{\"_index\":579,\"name\":{},\"comment\":{\"105\":{},\"111\":{},\"120\":{},\"123\":{},\"124\":{}}}],[\"keys\",{\"_index\":192,\"name\":{\"117\":{}},\"comment\":{\"27\":{},\"102\":{},\"109\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"123\":{},\"127\":{}}}],[\"l\",{\"_index\":699,\"name\":{},\"comment\":{\"134\":{}}}],[\"label\",{\"_index\":679,\"name\":{},\"comment\":{\"132\":{}}}],[\"last\",{\"_index\":204,\"name\":{\"32\":{}},\"comment\":{\"29\":{},\"32\":{},\"102\":{},\"116\":{},\"127\":{},\"145\":{}}}],[\"last([1\",{\"_index\":214,\"name\":{},\"comment\":{\"32\":{}}}],[\"last_name\",{\"_index\":664,\"name\":{},\"comment\":{\"127\":{}}}],[\"lastname\",{\"_index\":568,\"name\":{},\"comment\":{\"102\":{},\"116\":{}}}],[\"lcm\",{\"_index\":529,\"name\":{\"92\":{}},\"comment\":{}}],[\"lcm(...[1\",{\"_index\":533,\"name\":{},\"comment\":{\"92\":{}}}],[\"lcm(12\",{\"_index\":531,\"name\":{},\"comment\":{\"92\":{}}}],[\"least\",{\"_index\":26,\"name\":{},\"comment\":{\"2\":{},\"92\":{}}}],[\"length\",{\"_index\":101,\"name\":{},\"comment\":{\"11\":{},\"25\":{},\"51\":{},\"154\":{}}}],[\"let\",{\"_index\":233,\"name\":{},\"comment\":{\"36\":{},\"44\":{},\"45\":{}}}],[\"level1\",{\"_index\":581,\"name\":{},\"comment\":{\"105\":{}}}],[\"level2\",{\"_index\":582,\"name\":{},\"comment\":{\"105\":{}}}],[\"level3\",{\"_index\":583,\"name\":{},\"comment\":{\"105\":{}}}],[\"level4\",{\"_index\":586,\"name\":{},\"comment\":{\"105\":{}}}],[\"like\",{\"_index\":187,\"name\":{},\"comment\":{\"27\":{},\"101\":{},\"114\":{},\"124\":{},\"138\":{},\"144\":{},\"149\":{}}}],[\"limit\",{\"_index\":215,\"name\":{\"33\":{}},\"comment\":{}}],[\"limit([2\",{\"_index\":217,\"name\":{},\"comment\":{\"33\":{}}}],[\"limits\",{\"_index\":216,\"name\":{},\"comment\":{\"33\":{}}}],[\"lines\",{\"_index\":750,\"name\":{\"143\":{}},\"comment\":{\"143\":{}}}],[\"linked\",{\"_index\":242,\"name\":{},\"comment\":{\"38\":{}}}],[\"list\",{\"_index\":207,\"name\":{},\"comment\":{\"30\":{}}}],[\"listening\",{\"_index\":740,\"name\":{},\"comment\":{\"142\":{}}}],[\"loading\",{\"_index\":743,\"name\":{},\"comment\":{\"142\":{}}}],[\"log\",{\"_index\":451,\"name\":{},\"comment\":{\"77\":{},\"80\":{}}}],[\"logs\",{\"_index\":453,\"name\":{},\"comment\":{\"77\":{},\"78\":{},\"80\":{},\"109\":{},\"138\":{}}}],[\"love\",{\"_index\":813,\"name\":{},\"comment\":{\"155\":{}}}],[\"lowercase\",{\"_index\":626,\"name\":{},\"comment\":{\"118\":{}}}],[\"lowercasekeys\",{\"_index\":625,\"name\":{\"118\":{}},\"comment\":{}}],[\"lowercasekeys(myobj\",{\"_index\":628,\"name\":{},\"comment\":{\"118\":{}}}],[\"lt\",{\"_index\":818,\"name\":{\"157\":{}},\"comment\":{}}],[\"lte\",{\"_index\":819,\"name\":{\"158\":{}},\"comment\":{}}],[\"map\",{\"_index\":629,\"name\":{\"119\":{},\"144\":{}},\"comment\":{}}],[\"map('hello\",{\"_index\":756,\"name\":{},\"comment\":{\"144\":{}}}],[\"map(users\",{\"_index\":632,\"name\":{},\"comment\":{\"119\":{}}}],[\"mapkeys\",{\"_index\":634,\"name\":{\"120\":{}},\"comment\":{\"120\":{}}}],[\"mapvalues\",{\"_index\":637,\"name\":{\"121\":{}},\"comment\":{}}],[\"mapvalues(users\",{\"_index\":638,\"name\":{},\"comment\":{\"121\":{}}}],[\"mask\",{\"_index\":757,\"name\":{\"145\":{}},\"comment\":{\"145\":{}}}],[\"mask('1234567890\",{\"_index\":761,\"name\":{},\"comment\":{\"145\":{}}}],[\"math\",{\"_index\":490,\"name\":{\"83\":{}},\"comment\":{}}],[\"math.floor\",{\"_index\":97,\"name\":{},\"comment\":{\"11\":{},\"17\":{},\"25\":{}}}],[\"math.round(a\",{\"_index\":139,\"name\":{},\"comment\":{\"16\":{}}}],[\"math.round(b\",{\"_index\":140,\"name\":{},\"comment\":{\"16\":{}}}],[\"max\",{\"_index\":219,\"name\":{\"34\":{}},\"comment\":{}}],[\"max([1\",{\"_index\":222,\"name\":{},\"comment\":{\"34\":{}}}],[\"max([{a\",{\"_index\":221,\"name\":{},\"comment\":{\"34\":{}}}],[\"maximum\",{\"_index\":220,\"name\":{},\"comment\":{\"34\":{}}}],[\"median\",{\"_index\":223,\"name\":{\"35\":{}},\"comment\":{\"35\":{}}}],[\"median([1\",{\"_index\":230,\"name\":{},\"comment\":{\"35\":{}}}],[\"median([{foo\",{\"_index\":224,\"name\":{},\"comment\":{\"35\":{}}}],[\"merge\",{\"_index\":231,\"name\":{\"36\":{},\"122\":{}},\"comment\":{}}],[\"merge(myarray\",{\"_index\":234,\"name\":{},\"comment\":{\"36\":{}}}],[\"merge(object\",{\"_index\":643,\"name\":{},\"comment\":{\"122\":{}}}],[\"merges\",{\"_index\":232,\"name\":{},\"comment\":{\"36\":{}}}],[\"method\",{\"_index\":446,\"name\":{},\"comment\":{\"77\":{}}}],[\"mime\",{\"_index\":667,\"name\":{},\"comment\":{\"130\":{},\"131\":{}}}],[\"min\",{\"_index\":235,\"name\":{\"37\":{}},\"comment\":{}}],[\"min([1\",{\"_index\":238,\"name\":{},\"comment\":{\"37\":{}}}],[\"min([{a\",{\"_index\":237,\"name\":{},\"comment\":{\"37\":{}}}],[\"minimum\",{\"_index\":236,\"name\":{},\"comment\":{\"37\":{}}}],[\"mixed\",{\"_index\":731,\"name\":{},\"comment\":{\"142\":{}}}],[\"mixed_string\",{\"_index\":686,\"name\":{},\"comment\":{\"132\":{},\"142\":{},\"152\":{}}}],[\"mm\",{\"_index\":431,\"name\":{},\"comment\":{\"73\":{},\"74\":{},\"75\":{}}}],[\"modules\",{\"_index\":482,\"name\":{},\"comment\":{\"82\":{}}}],[\"more\",{\"_index\":492,\"name\":{},\"comment\":{\"84\":{},\"88\":{},\"92\":{},\"122\":{}}}],[\"msg\",{\"_index\":462,\"name\":{},\"comment\":{\"78\":{},\"80\":{}}}],[\"multiline\",{\"_index\":752,\"name\":{},\"comment\":{\"143\":{}}}],[\"multiple\",{\"_index\":530,\"name\":{},\"comment\":{\"92\":{}}}],[\"mutates\",{\"_index\":290,\"name\":{},\"comment\":{\"45\":{}}}],[\"mutating\",{\"_index\":610,\"name\":{},\"comment\":{\"111\":{}}}],[\"my\",{\"_index\":746,\"name\":{},\"comment\":{\"142\":{}}}],[\"myarray\",{\"_index\":39,\"name\":{},\"comment\":{\"3\":{},\"36\":{},\"44\":{},\"45\":{}}}],[\"myobj\",{\"_index\":560,\"name\":{},\"comment\":{\"102\":{},\"116\":{},\"118\":{},\"127\":{}}}],[\"myobjlower\",{\"_index\":565,\"name\":{},\"comment\":{\"102\":{},\"116\":{},\"118\":{},\"127\":{}}}],[\"n\",{\"_index\":549,\"name\":{},\"comment\":{\"98\":{}}}],[\"name\",{\"_index\":563,\"name\":{},\"comment\":{\"102\":{},\"111\":{},\"116\":{},\"118\":{},\"127\":{}}}],[\"nan\",{\"_index\":72,\"name\":{},\"comment\":{\"7\":{}}}],[\"ne\",{\"_index\":821,\"name\":{\"160\":{}},\"comment\":{}}],[\"needs\",{\"_index\":680,\"name\":{},\"comment\":{\"132\":{}}}],[\"nest\",{\"_index\":239,\"name\":{\"38\":{}},\"comment\":{\"38\":{}}}],[\"nest(comments\",{\"_index\":250,\"name\":{},\"comment\":{\"38\":{}}}],[\"nested\",{\"_index\":577,\"name\":{},\"comment\":{\"105\":{}}}],[\"nestedarrayt\",{\"_index\":120,\"name\":{\"15\":{}},\"comment\":{}}],[\"never\",{\"_index\":198,\"name\":{},\"comment\":{\"28\":{}}}],[\"new\",{\"_index\":324,\"name\":{},\"comment\":{\"49\":{},\"71\":{},\"102\":{},\"116\":{},\"118\":{},\"122\":{},\"125\":{},\"127\":{}}}],[\"no\",{\"_index\":473,\"name\":{},\"comment\":{\"80\":{}}}],[\"node\",{\"_index\":486,\"name\":{},\"comment\":{\"82\":{}}}],[\"not\",{\"_index\":133,\"name\":{},\"comment\":{\"16\":{},\"24\":{},\"56\":{}}}],[\"nth\",{\"_index\":164,\"name\":{},\"comment\":{\"21\":{},\"87\":{}}}],[\"null\",{\"_index\":249,\"name\":{},\"comment\":{\"38\":{},\"64\":{},\"65\":{}}}],[\"num\",{\"_index\":759,\"name\":{},\"comment\":{\"145\":{}}}],[\"number\",{\"_index\":503,\"name\":{\"95\":{}},\"comment\":{\"86\":{},\"90\":{},\"91\":{},\"93\":{},\"96\":{},\"97\":{},\"99\":{},\"123\":{},\"148\":{}}}],[\"numbers\",{\"_index\":298,\"name\":{},\"comment\":{\"46\":{},\"84\":{},\"88\":{},\"92\":{}}}],[\"numeric\",{\"_index\":518,\"name\":{},\"comment\":{\"89\":{}}}],[\"o\",{\"_index\":281,\"name\":{},\"comment\":{\"42\":{},\"60\":{},\"63\":{},\"134\":{},\"138\":{},\"144\":{}}}],[\"o.active\",{\"_index\":282,\"name\":{},\"comment\":{\"42\":{}}}],[\"o/i\",{\"_index\":381,\"name\":{},\"comment\":{\"60\":{},\"63\":{}}}],[\"obj\",{\"_index\":569,\"name\":{},\"comment\":{\"103\":{},\"106\":{},\"125\":{}}}],[\"object\",{\"_index\":413,\"name\":{\"100\":{}},\"comment\":{\"67\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{}}}],[\"object.assign\",{\"_index\":556,\"name\":{},\"comment\":{\"101\":{},\"104\":{}}}],[\"objects\",{\"_index\":241,\"name\":{},\"comment\":{\"38\":{},\"122\":{}}}],[\"occurrences\",{\"_index\":83,\"name\":{},\"comment\":{\"10\":{}}}],[\"occurs\",{\"_index\":199,\"name\":{},\"comment\":{\"28\":{}}}],[\"of\",{\"_index\":43,\"name\":{},\"comment\":{\"4\":{},\"5\":{},\"10\":{},\"11\":{},\"17\":{},\"18\":{},\"22\":{},\"25\":{},\"28\":{},\"29\":{},\"30\":{},\"32\":{},\"34\":{},\"35\":{},\"37\":{},\"38\":{},\"43\":{},\"44\":{},\"49\":{},\"51\":{},\"52\":{},\"55\":{},\"66\":{},\"67\":{},\"72\":{},\"84\":{},\"86\":{},\"92\":{},\"93\":{},\"96\":{},\"103\":{},\"111\":{},\"117\":{},\"122\":{},\"123\":{},\"126\":{},\"128\":{},\"134\":{},\"143\":{},\"145\":{},\"147\":{},\"148\":{},\"153\":{},\"155\":{}}}],[\"omit\",{\"_index\":644,\"name\":{\"123\":{}},\"comment\":{\"123\":{}}}],[\"omits\",{\"_index\":645,\"name\":{},\"comment\":{\"123\":{}}}],[\"on\",{\"_index\":90,\"name\":{},\"comment\":{\"11\":{},\"25\":{},\"42\":{},\"51\":{},\"66\":{},\"82\":{},\"105\":{},\"142\":{},\"148\":{}}}],[\"once\",{\"_index\":354,\"name\":{\"80\":{}},\"comment\":{\"55\":{},\"80\":{}}}],[\"once(test\",{\"_index\":472,\"name\":{},\"comment\":{\"80\":{}}}],[\"one\",{\"_index\":27,\"name\":{},\"comment\":{\"2\":{},\"25\":{},\"29\":{},\"38\":{},\"51\":{},\"53\":{},\"89\":{},\"117\":{},\"126\":{},\"128\":{},\"139\":{}}}],[\"only\",{\"_index\":471,\"name\":{},\"comment\":{\"80\":{}}}],[\"operator\",{\"_index\":817,\"name\":{\"156\":{}},\"comment\":{}}],[\"operatort\",{\"_index\":824,\"name\":{\"163\":{}},\"comment\":{}}],[\"or\",{\"_index\":491,\"name\":{},\"comment\":{\"84\":{},\"88\":{},\"92\":{},\"122\":{},\"123\":{},\"139\":{},\"148\":{}}}],[\"order\",{\"_index\":323,\"name\":{},\"comment\":{\"49\":{}}}],[\"orderby\",{\"_index\":252,\"name\":{\"39\":{}},\"comment\":{}}],[\"orderby([2\",{\"_index\":254,\"name\":{},\"comment\":{\"39\":{}}}],[\"orderby([{count:1\",{\"_index\":258,\"name\":{},\"comment\":{\"39\":{}}}],[\"ordert\",{\"_index\":263,\"name\":{\"40\":{}},\"comment\":{}}],[\"original\",{\"_index\":291,\"name\":{},\"comment\":{\"45\":{},\"66\":{}}}],[\"other\",{\"_index\":641,\"name\":{},\"comment\":{\"122\":{}}}],[\"otherwise\",{\"_index\":15,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"90\":{}}}],[\"out\",{\"_index\":129,\"name\":{},\"comment\":{\"16\":{},\"45\":{},\"135\":{}}}],[\"pad\",{\"_index\":264,\"name\":{\"41\":{},\"146\":{}},\"comment\":{}}],[\"pad(\\\"123\",{\"_index\":765,\"name\":{},\"comment\":{\"146\":{}}}],[\"pad([1\",{\"_index\":268,\"name\":{},\"comment\":{\"41\":{}}}],[\"pairs\",{\"_index\":609,\"name\":{},\"comment\":{\"111\":{},\"123\":{}}}],[\"parseint\",{\"_index\":768,\"name\":{\"147\":{}},\"comment\":{}}],[\"parseint(\\\"08\",{\"_index\":770,\"name\":{},\"comment\":{\"147\":{}}}],[\"partition\",{\"_index\":269,\"name\":{\"42\":{}},\"comment\":{}}],[\"partition(users\",{\"_index\":280,\"name\":{},\"comment\":{\"42\":{}}}],[\"path\",{\"_index\":45,\"name\":{},\"comment\":{\"4\":{},\"34\":{},\"35\":{},\"37\":{},\"43\":{},\"52\":{}}}],[\"pathstostringpropst\",{\"_index\":827,\"name\":{\"166\":{}},\"comment\":{}}],[\"patht\",{\"_index\":826,\"name\":{\"165\":{}},\"comment\":{}}],[\"pebbles\",{\"_index\":597,\"name\":{},\"comment\":{\"109\":{},\"119\":{},\"121\":{}}}],[\"people\",{\"_index\":781,\"name\":{},\"comment\":{\"148\":{}}}],[\"performs\",{\"_index\":588,\"name\":{},\"comment\":{\"107\":{}}}],[\"permutations\",{\"_index\":113,\"name\":{},\"comment\":{\"13\":{}}}],[\"person\",{\"_index\":783,\"name\":{},\"comment\":{\"148\":{}}}],[\"plain\",{\"_index\":619,\"name\":{},\"comment\":{\"115\":{}}}],[\"pluck\",{\"_index\":283,\"name\":{\"43\":{}},\"comment\":{}}],[\"pluck([{a\",{\"_index\":284,\"name\":{},\"comment\":{\"43\":{}}}],[\"plural\",{\"_index\":773,\"name\":{},\"comment\":{\"148\":{}}}],[\"pluralize\",{\"_index\":771,\"name\":{\"148\":{}},\"comment\":{}}],[\"pluralize('apple\",{\"_index\":777,\"name\":{},\"comment\":{\"148\":{}}}],[\"pluralize('people\",{\"_index\":782,\"name\":{},\"comment\":{\"148\":{}}}],[\"pluralize('person\",{\"_index\":780,\"name\":{},\"comment\":{\"148\":{}}}],[\"position\",{\"_index\":407,\"name\":{},\"comment\":{\"66\":{},\"135\":{}}}],[\"possible\",{\"_index\":112,\"name\":{},\"comment\":{\"13\":{}}}],[\"predicate\",{\"_index\":7,\"name\":{},\"comment\":{\"1\":{},\"2\":{}}}],[\"prepend\",{\"_index\":285,\"name\":{\"44\":{}},\"comment\":{}}],[\"prepend(myarray\",{\"_index\":288,\"name\":{},\"comment\":{\"44\":{}}}],[\"prev\",{\"_index\":655,\"name\":{},\"comment\":{\"124\":{},\"149\":{}}}],[\"prime\",{\"_index\":527,\"name\":{},\"comment\":{\"91\":{}}}],[\"primes\",{\"_index\":535,\"name\":{\"93\":{}},\"comment\":{\"93\":{}}}],[\"primes(10\",{\"_index\":539,\"name\":{},\"comment\":{\"93\":{}}}],[\"product\",{\"_index\":110,\"name\":{},\"comment\":{\"13\":{}}}],[\"properties\",{\"_index\":415,\"name\":{},\"comment\":{\"67\":{},\"123\":{}}}],[\"property\",{\"_index\":411,\"name\":{},\"comment\":{\"67\":{},\"110\":{},\"125\":{},\"132\":{}}}],[\"prototyped.js\",{\"_index\":674,\"name\":{},\"comment\":{\"131\":{}}}],[\"provided\",{\"_index\":6,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"42\":{},\"91\":{},\"119\":{},\"120\":{},\"121\":{}}}],[\"pull\",{\"_index\":289,\"name\":{\"45\":{}},\"comment\":{}}],[\"pull(myarray\",{\"_index\":294,\"name\":{},\"comment\":{\"45\":{}}}],[\"push\",{\"_index\":34,\"name\":{},\"comment\":{\"3\":{}}}],[\"puts\",{\"_index\":659,\"name\":{},\"comment\":{\"125\":{}}}],[\"python\",{\"_index\":816,\"name\":{},\"comment\":{\"155\":{}}}],[\"raboof\",{\"_index\":788,\"name\":{},\"comment\":{\"151\":{}}}],[\"radians\",{\"_index\":498,\"name\":{},\"comment\":{\"85\":{},\"94\":{}}}],[\"radix\",{\"_index\":769,\"name\":{},\"comment\":{\"147\":{}}}],[\"radstodegrees\",{\"_index\":540,\"name\":{\"94\":{}},\"comment\":{}}],[\"radstodegrees(math.pi\",{\"_index\":541,\"name\":{},\"comment\":{\"94\":{}}}],[\"random\",{\"_index\":317,\"name\":{},\"comment\":{\"48\":{}}}],[\"randomizes\",{\"_index\":322,\"name\":{},\"comment\":{\"49\":{}}}],[\"range\",{\"_index\":295,\"name\":{\"46\":{}},\"comment\":{\"46\":{}}}],[\"range(5\",{\"_index\":307,\"name\":{},\"comment\":{\"46\":{}}}],[\"range(7\",{\"_index\":309,\"name\":{},\"comment\":{\"46\":{}}}],[\"range(9\",{\"_index\":311,\"name\":{},\"comment\":{\"46\":{}}}],[\"reaches\",{\"_index\":267,\"name\":{},\"comment\":{\"41\":{},\"146\":{}}}],[\"recordt\",{\"_index\":825,\"name\":{\"164\":{}},\"comment\":{}}],[\"recursively\",{\"_index\":245,\"name\":{},\"comment\":{\"38\":{}}}],[\"reduce\",{\"_index\":651,\"name\":{\"124\":{},\"149\":{}},\"comment\":{}}],[\"reduce('123\",{\"_index\":784,\"name\":{},\"comment\":{\"149\":{}}}],[\"reduce({foo\",{\"_index\":654,\"name\":{},\"comment\":{\"124\":{}}}],[\"removes\",{\"_index\":65,\"name\":{},\"comment\":{\"7\":{},\"139\":{}}}],[\"repeat\",{\"_index\":313,\"name\":{\"47\":{},\"150\":{}},\"comment\":{}}],[\"repeat(5\",{\"_index\":314,\"name\":{},\"comment\":{\"47\":{},\"150\":{}}}],[\"replaces\",{\"_index\":758,\"name\":{},\"comment\":{\"145\":{}}}],[\"results\",{\"_index\":443,\"name\":{},\"comment\":{\"77\":{}}}],[\"retrieve\",{\"_index\":601,\"name\":{},\"comment\":{\"110\":{}}}],[\"return\",{\"_index\":134,\"name\":{},\"comment\":{\"16\":{},\"67\":{}}}],[\"returned\",{\"_index\":178,\"name\":{},\"comment\":{\"24\":{},\"56\":{}}}],[\"returning\",{\"_index\":108,\"name\":{},\"comment\":{\"13\":{},\"49\":{}}}],[\"returns\",{\"_index\":2,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"4\":{},\"6\":{},\"11\":{},\"16\":{},\"17\":{},\"18\":{},\"21\":{},\"22\":{},\"24\":{},\"28\":{},\"29\":{},\"30\":{},\"32\":{},\"34\":{},\"35\":{},\"37\":{},\"43\":{},\"48\":{},\"51\":{},\"52\":{},\"53\":{},\"55\":{},\"56\":{},\"69\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"77\":{},\"79\":{},\"84\":{},\"90\":{},\"92\":{},\"99\":{},\"105\":{},\"113\":{},\"114\":{},\"115\":{},\"123\":{},\"133\":{},\"134\":{},\"136\":{},\"141\":{},\"148\":{},\"153\":{}}}],[\"reverse\",{\"_index\":574,\"name\":{\"151\":{}},\"comment\":{\"104\":{}}}],[\"reverse(\\\"foobar\",{\"_index\":787,\"name\":{},\"comment\":{\"151\":{}}}],[\"reverses\",{\"_index\":786,\"name\":{},\"comment\":{\"151\":{}}}],[\"run\",{\"_index\":484,\"name\":{},\"comment\":{\"82\":{}}}],[\"runned\",{\"_index\":445,\"name\":{},\"comment\":{\"77\":{}}}],[\"running\",{\"_index\":631,\"name\":{},\"comment\":{\"119\":{},\"120\":{},\"121\":{}}}],[\"runtime\",{\"_index\":477,\"name\":{},\"comment\":{\"82\":{}}}],[\"s\",{\"_index\":73,\"name\":{},\"comment\":{\"7\":{}}}],[\"same\",{\"_index\":32,\"name\":{},\"comment\":{\"3\":{},\"120\":{},\"121\":{}}}],[\"sample\",{\"_index\":316,\"name\":{\"48\":{}},\"comment\":{}}],[\"sample([3\",{\"_index\":318,\"name\":{},\"comment\":{\"48\":{}}}],[\"second\",{\"_index\":194,\"name\":{},\"comment\":{\"27\":{},\"77\":{},\"89\":{}}}],[\"select\",{\"_index\":605,\"name\":{},\"comment\":{\"110\":{},\"125\":{}}}],[\"selector\",{\"_index\":603,\"name\":{},\"comment\":{\"110\":{},\"125\":{}}}],[\"selector.to.val\",{\"_index\":606,\"name\":{},\"comment\":{\"110\":{},\"125\":{}}}],[\"separated\",{\"_index\":345,\"name\":{},\"comment\":{\"54\":{}}}],[\"sequence\",{\"_index\":508,\"name\":{},\"comment\":{\"87\":{}}}],[\"server\",{\"_index\":485,\"name\":{},\"comment\":{\"82\":{}}}],[\"set\",{\"_index\":658,\"name\":{\"125\":{}},\"comment\":{}}],[\"set(obj\",{\"_index\":660,\"name\":{},\"comment\":{\"125\":{}}}],[\"settimeout(console.log\",{\"_index\":448,\"name\":{},\"comment\":{\"77\":{}}}],[\"shuffle\",{\"_index\":321,\"name\":{\"49\":{}},\"comment\":{}}],[\"shuffle(foo\",{\"_index\":325,\"name\":{},\"comment\":{\"49\":{}}}],[\"sieve\",{\"_index\":537,\"name\":{},\"comment\":{\"93\":{}}}],[\"single\",{\"_index\":593,\"name\":{},\"comment\":{\"108\":{}}}],[\"singular\",{\"_index\":772,\"name\":{},\"comment\":{\"148\":{}}}],[\"size\",{\"_index\":56,\"name\":{\"126\":{}},\"comment\":{\"5\":{},\"41\":{},\"126\":{},\"146\":{}}}],[\"skip\",{\"_index\":328,\"name\":{\"50\":{}},\"comment\":{}}],[\"skip([2\",{\"_index\":330,\"name\":{},\"comment\":{\"50\":{}}}],[\"skips\",{\"_index\":329,\"name\":{},\"comment\":{\"50\":{}}}],[\"small\",{\"_index\":735,\"name\":{},\"comment\":{\"142\":{},\"152\":{}}}],[\"smaller\",{\"_index\":53,\"name\":{},\"comment\":{\"5\":{}}}],[\"smith\",{\"_index\":564,\"name\":{},\"comment\":{\"102\":{},\"116\":{},\"118\":{},\"127\":{}}}],[\"snake\",{\"_index\":662,\"name\":{},\"comment\":{\"127\":{},\"152\":{}}}],[\"snakecase\",{\"_index\":789,\"name\":{\"152\":{}},\"comment\":{}}],[\"snakecase('allthe\",{\"_index\":795,\"name\":{},\"comment\":{\"152\":{}}}],[\"snakecase('camelcase\",{\"_index\":790,\"name\":{},\"comment\":{\"152\":{}}}],[\"snakecase('iamlisteningtofmwhileloadingdifferenturlonmybrowserandalsoeditingsomexmlandhtml\",{\"_index\":797,\"name\":{},\"comment\":{\"152\":{}}}],[\"snakecase('some\",{\"_index\":792,\"name\":{},\"comment\":{\"152\":{}}}],[\"snakecasekeys\",{\"_index\":661,\"name\":{\"127\":{}},\"comment\":{}}],[\"snakecasekeys(myobj\",{\"_index\":663,\"name\":{},\"comment\":{\"127\":{}}}],[\"so\",{\"_index\":480,\"name\":{},\"comment\":{\"82\":{}}}],[\"some\",{\"_index\":584,\"name\":{},\"comment\":{\"105\":{},\"142\":{}}}],[\"some_mixed_string_with_spaces_underscores_and_hyphens\",{\"_index\":794,\"name\":{},\"comment\":{\"152\":{}}}],[\"some_text\",{\"_index\":793,\"name\":{},\"comment\":{\"152\":{}}}],[\"somedatabasefieldname\",{\"_index\":677,\"name\":{},\"comment\":{\"132\":{}}}],[\"somejavascriptproperty\",{\"_index\":685,\"name\":{},\"comment\":{\"132\":{}}}],[\"somelabelthatneedstobecamelized\",{\"_index\":683,\"name\":{},\"comment\":{\"132\":{}}}],[\"somemixedstringwithspacesunderscoresandhyphens\",{\"_index\":689,\"name\":{},\"comment\":{\"132\":{}}}],[\"sortby\",{\"_index\":332,\"name\":{\"51\":{}},\"comment\":{}}],[\"sortby(['five\",{\"_index\":333,\"name\":{},\"comment\":{\"51\":{}}}],[\"sorts\",{\"_index\":253,\"name\":{},\"comment\":{\"39\":{}}}],[\"spaces\",{\"_index\":732,\"name\":{},\"comment\":{\"142\":{}}}],[\"spaces_underscores\",{\"_index\":687,\"name\":{},\"comment\":{\"132\":{},\"142\":{},\"152\":{}}}],[\"specified\",{\"_index\":55,\"name\":{},\"comment\":{\"5\":{},\"23\":{},\"41\":{},\"45\":{},\"46\":{},\"47\":{},\"102\":{},\"116\":{},\"118\":{},\"127\":{},\"145\":{},\"146\":{},\"147\":{},\"150\":{},\"154\":{}}}],[\"splits\",{\"_index\":751,\"name\":{},\"comment\":{\"143\":{}}}],[\"stack\",{\"_index\":459,\"name\":{},\"comment\":{\"78\":{}}}],[\"start\",{\"_index\":300,\"name\":{},\"comment\":{\"46\":{},\"98\":{}}}],[\"step\",{\"_index\":306,\"name\":{},\"comment\":{\"46\":{}}}],[\"string\",{\"_index\":347,\"name\":{\"129\":{}},\"comment\":{\"54\":{},\"132\":{},\"133\":{},\"135\":{},\"136\":{},\"137\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"146\":{},\"147\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{}}}],[\"string's\",{\"_index\":695,\"name\":{},\"comment\":{\"134\":{}}}],[\"sum\",{\"_index\":336,\"name\":{\"52\":{}},\"comment\":{\"52\":{}}}],[\"sum([1\",{\"_index\":337,\"name\":{},\"comment\":{\"52\":{}}}],[\"sum([{a\",{\"_index\":338,\"name\":{},\"comment\":{\"52\":{}}}],[\"surname\",{\"_index\":627,\"name\":{},\"comment\":{\"118\":{}}}],[\"swapcase\",{\"_index\":799,\"name\":{\"153\":{}},\"comment\":{}}],[\"swapcase('hello\",{\"_index\":805,\"name\":{},\"comment\":{\"153\":{}}}],[\"swapped\",{\"_index\":804,\"name\":{},\"comment\":{\"153\":{}}}],[\"tail\",{\"_index\":339,\"name\":{\"53\":{}},\"comment\":{}}],[\"tail([1\",{\"_index\":340,\"name\":{},\"comment\":{\"53\":{}}}],[\"takes\",{\"_index\":450,\"name\":{},\"comment\":{\"77\":{}}}],[\"target\",{\"_index\":576,\"name\":{},\"comment\":{\"105\":{}}}],[\"tell\",{\"_index\":190,\"name\":{},\"comment\":{\"27\":{}}}],[\"term\",{\"_index\":509,\"name\":{},\"comment\":{\"87\":{}}}],[\"test\",{\"_index\":447,\"name\":{},\"comment\":{\"77\":{},\"78\":{},\"80\":{}}}],[\"test('b\",{\"_index\":465,\"name\":{},\"comment\":{\"78\":{}}}],[\"text\",{\"_index\":730,\"name\":{},\"comment\":{\"142\":{},\"152\":{}}}],[\"that\",{\"_index\":208,\"name\":{},\"comment\":{\"30\":{},\"55\":{},\"82\":{},\"132\":{}}}],[\"the\",{\"_index\":5,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"9\":{},\"10\":{},\"11\":{},\"13\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{},\"28\":{},\"29\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"39\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"69\":{},\"71\":{},\"72\":{},\"77\":{},\"78\":{},\"79\":{},\"82\":{},\"84\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"96\":{},\"97\":{},\"99\":{},\"102\":{},\"103\":{},\"105\":{},\"106\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"140\":{},\"141\":{},\"142\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"150\":{},\"151\":{},\"153\":{}}}],[\"their\",{\"_index\":803,\"name\":{},\"comment\":{\"153\":{}}}],[\"them\",{\"_index\":244,\"name\":{},\"comment\":{\"38\":{}}}],[\"then\",{\"_index\":466,\"name\":{},\"comment\":{\"78\":{}}}],[\"there\",{\"_index\":304,\"name\":{},\"comment\":{\"46\":{}}}],[\"they\",{\"_index\":591,\"name\":{},\"comment\":{\"107\":{}}}],[\"things\",{\"_index\":736,\"name\":{},\"comment\":{\"142\":{},\"152\":{}}}],[\"third\",{\"_index\":195,\"name\":{},\"comment\":{\"27\":{}}}],[\"this\",{\"_index\":124,\"name\":{},\"comment\":{\"16\":{},\"77\":{},\"80\":{},\"143\":{}}}],[\"this\\\\nis\",{\"_index\":753,\"name\":{},\"comment\":{\"143\":{}}}],[\"three\",{\"_index\":100,\"name\":{},\"comment\":{\"11\":{},\"25\":{},\"51\":{},\"117\":{},\"126\":{},\"128\":{}}}],[\"throwing\",{\"_index\":488,\"name\":{},\"comment\":{\"82\":{}}}],[\"time\",{\"_index\":474,\"name\":{},\"comment\":{\"80\":{}}}],[\"to\",{\"_index\":159,\"name\":{},\"comment\":{\"20\":{},\"23\":{},\"27\":{},\"38\":{},\"44\":{},\"45\":{},\"54\":{},\"67\":{},\"71\":{},\"77\":{},\"85\":{},\"93\":{},\"94\":{},\"96\":{},\"97\":{},\"98\":{},\"107\":{},\"110\":{},\"123\":{},\"125\":{},\"132\":{},\"137\":{},\"142\":{},\"147\":{},\"152\":{},\"154\":{}}}],[\"tocsv\",{\"_index\":341,\"name\":{\"54\":{}},\"comment\":{}}],[\"tocsv([['a\",{\"_index\":348,\"name\":{},\"comment\":{\"54\":{}}}],[\"today\",{\"_index\":428,\"name\":{\"73\":{}},\"comment\":{\"73\":{}}}],[\"today's\",{\"_index\":429,\"name\":{},\"comment\":{\"73\":{}}}],[\"tomorrow\",{\"_index\":436,\"name\":{\"74\":{}},\"comment\":{\"74\":{}}}],[\"tomorrow's\",{\"_index\":437,\"name\":{},\"comment\":{\"74\":{}}}],[\"trim\",{\"_index\":721,\"name\":{},\"comment\":{\"139\":{}}}],[\"true\",{\"_index\":3,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"9\":{},\"16\":{},\"31\":{},\"42\":{},\"66\":{},\"69\":{},\"72\":{},\"79\":{},\"89\":{},\"90\":{},\"91\":{},\"98\":{},\"99\":{},\"103\":{},\"107\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"133\":{},\"135\":{},\"136\":{},\"140\":{},\"141\":{}}}],[\"truncate\",{\"_index\":806,\"name\":{\"154\":{}},\"comment\":{}}],[\"truncate('boomerang\",{\"_index\":808,\"name\":{},\"comment\":{\"154\":{}}}],[\"truncates\",{\"_index\":807,\"name\":{},\"comment\":{\"154\":{}}}],[\"truthiness\",{\"_index\":272,\"name\":{},\"comment\":{\"42\":{}}}],[\"ts\",{\"_index\":16,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"9\":{},\"10\":{},\"11\":{},\"13\":{},\"14\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"69\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"78\":{},\"79\":{},\"80\":{},\"82\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{}}}],[\"two\",{\"_index\":99,\"name\":{},\"comment\":{\"11\":{},\"25\":{},\"42\":{},\"55\":{},\"84\":{},\"88\":{},\"92\":{},\"107\":{},\"117\":{},\"122\":{},\"123\":{},\"126\":{},\"128\":{}}}],[\"typeof\",{\"_index\":650,\"name\":{},\"comment\":{\"123\":{}}}],[\"typescript\",{\"_index\":702,\"name\":{},\"comment\":{\"135\":{}}}],[\"u\",{\"_index\":189,\"name\":{},\"comment\":{\"27\":{},\"109\":{},\"119\":{},\"121\":{}}}],[\"u.age\",{\"_index\":633,\"name\":{},\"comment\":{\"119\":{},\"121\":{}}}],[\"undefined\",{\"_index\":394,\"name\":{},\"comment\":{\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"105\":{}}}],[\"underscore\",{\"_index\":722,\"name\":{},\"comment\":{\"139\":{}}}],[\"underscored\",{\"_index\":713,\"name\":{},\"comment\":{\"139\":{}}}],[\"underscores\",{\"_index\":733,\"name\":{},\"comment\":{\"142\":{}}}],[\"union\",{\"_index\":352,\"name\":{\"55\":{}},\"comment\":{}}],[\"union([1\",{\"_index\":355,\"name\":{},\"comment\":{\"55\":{}}}],[\"until\",{\"_index\":266,\"name\":{},\"comment\":{\"41\":{},\"78\":{},\"87\":{},\"146\":{}}}],[\"unwind\",{\"_index\":357,\"name\":{\"56\":{}},\"comment\":{\"56\":{}}}],[\"up\",{\"_index\":169,\"name\":{},\"comment\":{\"23\":{},\"87\":{},\"93\":{},\"98\":{},\"154\":{}}}],[\"url\",{\"_index\":745,\"name\":{},\"comment\":{\"142\":{}}}],[\"user\",{\"_index\":274,\"name\":{},\"comment\":{\"42\":{},\"109\":{},\"119\":{},\"121\":{}}}],[\"users\",{\"_index\":273,\"name\":{},\"comment\":{\"42\":{},\"109\":{},\"119\":{},\"121\":{}}}],[\"uses\",{\"_index\":36,\"name\":{},\"comment\":{\"3\":{}}}],[\"using\",{\"_index\":536,\"name\":{},\"comment\":{\"93\":{}}}],[\"val\",{\"_index\":604,\"name\":{},\"comment\":{\"110\":{},\"120\":{},\"125\":{}}}],[\"valid\",{\"_index\":410,\"name\":{},\"comment\":{\"67\":{}}}],[\"value\",{\"_index\":42,\"name\":{},\"comment\":{\"4\":{},\"10\":{},\"20\":{},\"24\":{},\"28\":{},\"34\":{},\"35\":{},\"37\":{},\"41\":{},\"47\":{},\"51\":{},\"52\":{},\"71\":{},\"97\":{},\"105\":{},\"111\":{},\"119\":{},\"121\":{},\"123\":{},\"124\":{},\"125\":{},\"137\":{},\"146\":{},\"150\":{}}}],[\"value.length\",{\"_index\":335,\"name\":{},\"comment\":{\"51\":{}}}],[\"values\",{\"_index\":67,\"name\":{\"128\":{}},\"comment\":{\"7\":{},\"13\":{},\"16\":{},\"17\":{},\"18\":{},\"43\":{},\"45\":{},\"49\":{},\"54\":{},\"67\":{},\"107\":{},\"119\":{},\"120\":{},\"121\":{},\"128\":{}}}],[\"where\",{\"_index\":299,\"name\":{\"57\":{}},\"comment\":{\"46\":{},\"102\":{},\"116\":{},\"118\":{},\"127\":{}}}],[\"where([1\",{\"_index\":359,\"name\":{},\"comment\":{\"57\":{}}}],[\"where([{count:1\",{\"_index\":361,\"name\":{},\"comment\":{\"57\":{}}}],[\"wherebetween\",{\"_index\":364,\"name\":{\"58\":{}},\"comment\":{}}],[\"wherebetween([1\",{\"_index\":365,\"name\":{},\"comment\":{\"58\":{}}}],[\"wherebetween([{count:1\",{\"_index\":368,\"name\":{},\"comment\":{\"58\":{}}}],[\"wherein\",{\"_index\":370,\"name\":{\"59\":{}},\"comment\":{}}],[\"wherein([1\",{\"_index\":371,\"name\":{},\"comment\":{\"59\":{}}}],[\"wherein([{count:1\",{\"_index\":372,\"name\":{},\"comment\":{\"59\":{}}}],[\"wherelike\",{\"_index\":373,\"name\":{\"60\":{}},\"comment\":{}}],[\"wherelike([\\\"foo\",{\"_index\":374,\"name\":{},\"comment\":{\"60\":{}}}],[\"wherelike([{foo:\\\"hello\",{\"_index\":378,\"name\":{},\"comment\":{\"60\":{}}}],[\"wherenotbetween\",{\"_index\":383,\"name\":{\"61\":{}},\"comment\":{}}],[\"wherenotbetween([1\",{\"_index\":384,\"name\":{},\"comment\":{\"61\":{}}}],[\"wherenotbetween([{count:1\",{\"_index\":385,\"name\":{},\"comment\":{\"61\":{}}}],[\"wherenotin\",{\"_index\":386,\"name\":{\"62\":{}},\"comment\":{}}],[\"wherenotin([1\",{\"_index\":387,\"name\":{},\"comment\":{\"62\":{}}}],[\"wherenotin([{count:1\",{\"_index\":388,\"name\":{},\"comment\":{\"62\":{}}}],[\"wherenotlike\",{\"_index\":389,\"name\":{\"63\":{}},\"comment\":{}}],[\"wherenotlike([\\\"foo\",{\"_index\":390,\"name\":{},\"comment\":{\"63\":{}}}],[\"wherenotlike([{foo:\\\"hello\",{\"_index\":391,\"name\":{},\"comment\":{\"63\":{}}}],[\"wherenotnull\",{\"_index\":392,\"name\":{\"64\":{}},\"comment\":{}}],[\"wherenotnull([1\",{\"_index\":393,\"name\":{},\"comment\":{\"64\":{}}}],[\"wherenotnull([{count:1\",{\"_index\":396,\"name\":{},\"comment\":{\"64\":{}}}],[\"wherenull\",{\"_index\":400,\"name\":{\"65\":{}},\"comment\":{}}],[\"wherenull([1\",{\"_index\":401,\"name\":{},\"comment\":{\"65\":{}}}],[\"wherenull([{count:1\",{\"_index\":402,\"name\":{},\"comment\":{\"65\":{}}}],[\"whether\",{\"_index\":78,\"name\":{},\"comment\":{\"9\":{}}}],[\"which\",{\"_index\":130,\"name\":{},\"comment\":{\"16\":{},\"27\":{},\"153\":{}}}],[\"while\",{\"_index\":742,\"name\":{},\"comment\":{\"142\":{}}}],[\"whitespace\",{\"_index\":718,\"name\":{},\"comment\":{\"139\":{}}}],[\"will\",{\"_index\":243,\"name\":{},\"comment\":{\"38\":{}}}],[\"with\",{\"_index\":111,\"name\":{},\"comment\":{\"13\":{},\"36\":{},\"41\":{},\"46\":{},\"47\":{},\"77\":{},\"119\":{},\"120\":{},\"121\":{},\"123\":{},\"130\":{},\"131\":{},\"132\":{},\"142\":{},\"145\":{},\"146\":{},\"150\":{},\"152\":{}}}],[\"without\",{\"_index\":487,\"name\":{},\"comment\":{\"82\":{},\"111\":{}}}],[\"word\",{\"_index\":775,\"name\":{},\"comment\":{\"148\":{}}}],[\"words\",{\"_index\":811,\"name\":{\"155\":{}},\"comment\":{\"155\":{}}}],[\"words('i\",{\"_index\":812,\"name\":{},\"comment\":{\"155\":{}}}],[\"words('python\",{\"_index\":814,\"name\":{},\"comment\":{\"155\":{}}}],[\"world\",{\"_index\":376,\"name\":{},\"comment\":{\"60\":{},\"63\":{},\"133\":{},\"136\":{}}}],[\"x\",{\"_index\":20,\"name\":{},\"comment\":{\"1\":{},\"2\":{},\"122\":{},\"123\":{}}}],[\"xml\",{\"_index\":748,\"name\":{},\"comment\":{\"142\":{}}}],[\"y\",{\"_index\":640,\"name\":{},\"comment\":{\"122\":{}}}],[\"yesterday\",{\"_index\":438,\"name\":{\"75\":{}},\"comment\":{\"75\":{}}}],[\"yesterday's\",{\"_index\":439,\"name\":{},\"comment\":{\"75\":{}}}],[\"yyyy\",{\"_index\":430,\"name\":{},\"comment\":{\"73\":{},\"74\":{},\"75\":{}}}],[\"z\",{\"_index\":642,\"name\":{},\"comment\":{\"122\":{}}}],[\"zip\",{\"_index\":404,\"name\":{\"66\":{}},\"comment\":{}}],[\"zip(['a\",{\"_index\":408,\"name\":{},\"comment\":{\"66\":{}}}],[\"zipobject\",{\"_index\":409,\"name\":{\"67\":{}},\"comment\":{}}],[\"zipobject(['a\",{\"_index\":416,\"name\":{},\"comment\":{\"67\":{}}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css deleted file mode 100644 index 048427e0..00000000 --- a/docs/assets/style.css +++ /dev/null @@ -1,1224 +0,0 @@ -:root { - /* Light */ - --light-color-background: #f2f4f8; - --light-color-background-secondary: #eff0f1; - --light-color-icon-background: var(--light-color-background); - --light-color-accent: #c5c7c9; - --light-color-text: #222; - --light-color-text-aside: #707070; - --light-color-link: #4da6ff; - --light-color-ts: #db1373; - --light-color-ts-interface: #139d2c; - --light-color-ts-enum: #9c891a; - --light-color-ts-class: #2484e5; - --light-color-ts-function: #572be7; - --light-color-ts-namespace: #b111c9; - --light-color-ts-private: #707070; - --light-color-ts-variable: #4d68ff; - --light-external-icon: url("data:image/svg+xml;utf8,"); - --light-color-scheme: light; - - /* Dark */ - --dark-color-background: #2b2e33; - --dark-color-background-secondary: #1e2024; - --dark-color-icon-background: var(--dark-color-background-secondary); - --dark-color-accent: #9096a2; - --dark-color-text: #f5f5f5; - --dark-color-text-aside: #dddddd; - --dark-color-link: #00aff4; - --dark-color-ts: #ff6492; - --dark-color-ts-interface: #6cff87; - --dark-color-ts-enum: #f4d93e; - --dark-color-ts-class: #61b0ff; - --dark-color-ts-function: #9772ff; - --dark-color-ts-namespace: #e14dff; - --dark-color-ts-private: #e2e2e2; - --dark-color-ts-variable: #4d68ff; - --dark-external-icon: url("data:image/svg+xml;utf8,"); - --dark-color-scheme: dark; -} - -@media (prefers-color-scheme: light) { - :root { - --color-background: var(--light-color-background); - --color-background-secondary: var(--light-color-background-secondary); - --color-icon-background: var(--light-color-icon-background); - --color-accent: var(--light-color-accent); - --color-text: var(--light-color-text); - --color-text-aside: var(--light-color-text-aside); - --color-link: var(--light-color-link); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-function: var(--light-color-ts-function); - --color-ts-namespace: var(--light-color-ts-namespace); - --color-ts-private: var(--light-color-ts-private); - --color-ts-variable: var(--light-color-ts-variable); - --external-icon: var(--light-external-icon); - --color-scheme: var(--light-color-scheme); - } -} - -@media (prefers-color-scheme: dark) { - :root { - --color-background: var(--dark-color-background); - --color-background-secondary: var(--dark-color-background-secondary); - --color-icon-background: var(--dark-color-icon-background); - --color-accent: var(--dark-color-accent); - --color-text: var(--dark-color-text); - --color-text-aside: var(--dark-color-text-aside); - --color-link: var(--dark-color-link); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-function: var(--dark-color-ts-function); - --color-ts-namespace: var(--dark-color-ts-namespace); - --color-ts-private: var(--dark-color-ts-private); - --color-ts-variable: var(--dark-color-ts-variable); - --external-icon: var(--dark-external-icon); - --color-scheme: var(--dark-color-scheme); - } -} - -html { - color-scheme: var(--color-scheme); -} - -body { - margin: 0; -} - -:root[data-theme="light"] { - --color-background: var(--light-color-background); - --color-background-secondary: var(--light-color-background-secondary); - --color-icon-background: var(--light-color-icon-background); - --color-accent: var(--light-color-accent); - --color-text: var(--light-color-text); - --color-text-aside: var(--light-color-text-aside); - --color-link: var(--light-color-link); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-function: var(--light-color-ts-function); - --color-ts-namespace: var(--light-color-ts-namespace); - --color-ts-private: var(--light-color-ts-private); - --color-ts-variable: var(--light-color-ts-variable); - --external-icon: var(--light-external-icon); - --color-scheme: var(--light-color-scheme); -} - -:root[data-theme="dark"] { - --color-background: var(--dark-color-background); - --color-background-secondary: var(--dark-color-background-secondary); - --color-icon-background: var(--dark-color-icon-background); - --color-accent: var(--dark-color-accent); - --color-text: var(--dark-color-text); - --color-text-aside: var(--dark-color-text-aside); - --color-link: var(--dark-color-link); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-function: var(--dark-color-ts-function); - --color-ts-namespace: var(--dark-color-ts-namespace); - --color-ts-private: var(--dark-color-ts-private); - --color-ts-variable: var(--dark-color-ts-variable); - --external-icon: var(--dark-external-icon); - --color-scheme: var(--dark-color-scheme); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - line-height: 1.2; -} - -h1 { - font-size: 1.875rem; - margin: 0.67rem 0; -} - -h2 { - font-size: 1.5rem; - margin: 0.83rem 0; -} - -h3 { - font-size: 1.25rem; - margin: 1rem 0; -} - -h4 { - font-size: 1.05rem; - margin: 1.33rem 0; -} - -h5 { - font-size: 1rem; - margin: 1.5rem 0; -} - -h6 { - font-size: 0.875rem; - margin: 2.33rem 0; -} - -.uppercase { - text-transform: uppercase; -} - -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -dl, -menu, -ol, -ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -.container { - max-width: 1600px; - padding: 0 2rem; -} - -@media (min-width: 640px) { - .container { - padding: 0 4rem; - } -} -@media (min-width: 1200px) { - .container { - padding: 0 8rem; - } -} -@media (min-width: 1600px) { - .container { - padding: 0 12rem; - } -} - -/* Footer */ -.tsd-generator { - border-top: 1px solid var(--color-accent); - padding-top: 1rem; - padding-bottom: 1rem; - max-height: 3.5rem; -} - -.tsd-generator > p { - margin-top: 0; - margin-bottom: 0; - padding: 0 1rem; -} - -.container-main { - display: flex; - justify-content: space-between; - position: relative; - margin: 0 auto; -} - -.col-4, -.col-8 { - box-sizing: border-box; - float: left; - padding: 2rem 1rem; -} - -.col-4 { - flex: 0 0 25%; -} -.col-8 { - flex: 1 0; - flex-wrap: wrap; - padding-left: 0; -} - -@keyframes fade-in { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; - } - to { - opacity: 0; - } -} -@keyframes fade-in-delayed { - 0% { - opacity: 0; - } - 33% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; - } - 66% { - opacity: 0; - } - 100% { - opacity: 0; - } -} -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; - } - to { - transform: translate(100%, 0); - } -} -body { - background: var(--color-background); - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: var(--color-text); -} - -a { - color: var(--color-link); - text-decoration: none; -} -a:hover { - text-decoration: underline; -} -a.external[target="_blank"] { - background-image: var(--external-icon); - background-position: top 3px right; - background-repeat: no-repeat; - padding-right: 13px; -} - -code, -pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 0.875rem; - border-radius: 0.8em; -} - -pre { - padding: 10px; - border: 0.1em solid var(--color-accent); -} -pre code { - padding: 0; - font-size: 100%; -} - -blockquote { - margin: 1em 0; - padding-left: 1em; - border-left: 4px solid gray; -} - -.tsd-typography { - line-height: 1.333em; -} -.tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-typography h4, -.tsd-typography .tsd-index-panel h3, -.tsd-index-panel .tsd-typography h3, -.tsd-typography h5, -.tsd-typography h6 { - font-size: 1em; - margin: 0; -} -.tsd-typography h5, -.tsd-typography h6 { - font-weight: normal; -} -.tsd-typography p, -.tsd-typography ul, -.tsd-typography ol { - margin: 1em 0; -} - -@media (max-width: 1024px) { - html .col-content { - float: none; - max-width: 100%; - width: 100%; - padding-top: 3rem; - } - html .col-menu { - position: fixed !important; - overflow-y: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - padding: 1.5rem 1.5rem 0 0; - max-width: 25rem; - visibility: hidden; - background-color: var(--color-background); - transform: translate(100%, 0); - } - html .col-menu > *:last-child { - padding-bottom: 20px; - } - html .overlay { - content: ""; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - } - - .to-has-menu .overlay { - animation: fade-in 0.4s; - } - - .to-has-menu :is(header, footer, .col-content) { - animation: shift-to-left 0.4s; - } - - .to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - - .from-has-menu .overlay { - animation: fade-out 0.4s; - } - - .from-has-menu :is(header, footer, .col-content) { - animation: unshift-to-left 0.4s; - } - - .from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - - .has-menu body { - overflow: hidden; - } - .has-menu .overlay { - visibility: visible; - } - .has-menu :is(header, footer, .col-content) { - transform: translate(-25%, 0); - } - .has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - display: grid; - align-items: center; - grid-template-rows: auto 1fr; - grid-gap: 1.5rem; - max-height: 100vh; - padding: 1rem 2rem; - } - .has-menu .tsd-navigation { - max-height: 100%; - } -} - -.tsd-breadcrumb { - margin: 0; - padding: 0; - color: var(--color-text-aside); -} -.tsd-breadcrumb a { - color: var(--color-text-aside); - text-decoration: none; -} -.tsd-breadcrumb a:hover { - text-decoration: underline; -} -.tsd-breadcrumb li { - display: inline; -} -.tsd-breadcrumb li:after { - content: " / "; -} - -.tsd-comment-tags { - display: flex; - flex-direction: column; -} -dl.tsd-comment-tag-group { - display: flex; - align-items: center; - overflow: hidden; - margin: 0.5em 0; -} -dl.tsd-comment-tag-group dt { - display: flex; - margin-right: 0.5em; - font-size: 0.875em; - font-weight: normal; -} -dl.tsd-comment-tag-group dd { - margin: 0; -} -code.tsd-tag { - padding: 0.25em 0.4em; - border: 0.1em solid var(--color-accent); - margin-right: 0.25em; - font-size: 70%; -} -h1 code.tsd-tag:first-of-type { - margin-left: 0.25em; -} - -dl.tsd-comment-tag-group dd:before, -dl.tsd-comment-tag-group dd:after { - content: " "; -} -dl.tsd-comment-tag-group dd pre, -dl.tsd-comment-tag-group dd:after { - clear: both; -} -dl.tsd-comment-tag-group p { - margin: 0; -} - -.tsd-panel.tsd-comment .lead { - font-size: 1.1em; - line-height: 1.333em; - margin-bottom: 2em; -} -.tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; -} - -.tsd-filter-visibility h4 { - font-size: 1rem; - padding-top: 0.75rem; - padding-bottom: 0.5rem; - margin: 0; -} -.tsd-filter-item:not(:last-child) { - margin-bottom: 0.5rem; -} -.tsd-filter-input { - display: flex; - width: fit-content; - width: -moz-fit-content; - align-items: center; - user-select: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - cursor: pointer; -} -.tsd-filter-input input[type="checkbox"] { - cursor: pointer; - position: absolute; - width: 1.5em; - height: 1.5em; - opacity: 0; -} -.tsd-filter-input input[type="checkbox"]:disabled { - pointer-events: none; -} -.tsd-filter-input svg { - cursor: pointer; - width: 1.5em; - height: 1.5em; - margin-right: 0.5em; - border-radius: 0.33em; - /* Leaving this at full opacity breaks event listeners on Firefox. - Don't remove unless you know what you're doing. */ - opacity: 0.99; -} -.tsd-filter-input input[type="checkbox"]:focus + svg { - transform: scale(0.95); -} -.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { - transform: scale(1); -} -.tsd-checkbox-background { - fill: var(--color-accent); -} -input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { - stroke: var(--color-text); -} -.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { - fill: var(--color-background); - stroke: var(--color-accent); - stroke-width: 0.25rem; -} -.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { - stroke: var(--color-accent); -} - -.tsd-theme-toggle { - padding-top: 0.75rem; -} -.tsd-theme-toggle > h4 { - display: inline; - vertical-align: middle; - margin-right: 0.75rem; -} - -.tsd-hierarchy { - list-style: square; - margin: 0; -} -.tsd-hierarchy .target { - font-weight: bold; -} - -.tsd-panel-group.tsd-index-group { - margin-bottom: 0; -} -.tsd-index-panel .tsd-index-list { - list-style: none; - line-height: 1.333em; - margin: 0; - padding: 0.25rem 0 0 0; - overflow: hidden; - display: grid; - grid-template-columns: repeat(3, 1fr); - column-gap: 1rem; - grid-template-rows: auto; -} -@media (max-width: 1024px) { - .tsd-index-panel .tsd-index-list { - grid-template-columns: repeat(2, 1fr); - } -} -@media (max-width: 768px) { - .tsd-index-panel .tsd-index-list { - grid-template-columns: repeat(1, 1fr); - } -} -.tsd-index-panel .tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; -} -.tsd-index-panel a, -.tsd-index-panel a.tsd-parent-kind-module { - color: var(--color-ts); -} -.tsd-index-panel a.tsd-parent-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-parent-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-parent-kind-class { - color: var(--color-ts-class); -} -.tsd-index-panel a.tsd-kind-module { - color: var(--color-ts-namespace); -} -.tsd-index-panel a.tsd-kind-interface { - color: var(--color-ts-interface); -} -.tsd-index-panel a.tsd-kind-enum { - color: var(--color-ts-enum); -} -.tsd-index-panel a.tsd-kind-class { - color: var(--color-ts-class); -} -.tsd-index-panel a.tsd-kind-function { - color: var(--color-ts-function); -} -.tsd-index-panel a.tsd-kind-namespace { - color: var(--color-ts-namespace); -} -.tsd-index-panel a.tsd-kind-variable { - color: var(--color-ts-variable); -} -.tsd-index-panel a.tsd-is-private { - color: var(--color-ts-private); -} - -.tsd-flag { - display: inline-block; - padding: 0.25em 0.4em; - border-radius: 4px; - color: var(--color-comment-tag-text); - background-color: var(--color-comment-tag); - text-indent: 0; - font-size: 75%; - line-height: 1; - font-weight: normal; -} - -.tsd-anchor { - position: absolute; - top: -100px; -} - -.tsd-member { - position: relative; -} -.tsd-member .tsd-anchor + h3 { - display: flex; - align-items: center; - margin-top: 0; - margin-bottom: 0; - border-bottom: none; -} -.tsd-member [data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member [data-tsd-kind="Interface"] { - color: var(--color-ts-interface); -} -.tsd-member [data-tsd-kind="Enum"] { - color: var(--color-ts-enum); -} -.tsd-member [data-tsd-kind="Class"] { - color: var(--color-ts-class); -} -.tsd-member [data-tsd-kind="Private"] { - color: var(--color-ts-private); -} - -.tsd-navigation a { - display: block; - margin: 0.4rem 0; - border-left: 2px solid transparent; - color: var(--color-text); - text-decoration: none; - transition: border-left-color 0.1s; -} -.tsd-navigation a:hover { - text-decoration: underline; -} -.tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; -} -.tsd-navigation li { - padding: 0; -} - -.tsd-navigation.primary .tsd-accordion-details > ul { - margin-top: 0.75rem; -} -.tsd-navigation.primary a { - padding: 0.75rem 0.5rem; - margin: 0; -} -.tsd-navigation.primary ul li a { - margin-left: 0.5rem; -} -.tsd-navigation.primary ul li li a { - margin-left: 1.5rem; -} -.tsd-navigation.primary ul li li li a { - margin-left: 2.5rem; -} -.tsd-navigation.primary ul li li li li a { - margin-left: 3.5rem; -} -.tsd-navigation.primary ul li li li li li a { - margin-left: 4.5rem; -} -.tsd-navigation.primary ul li li li li li li a { - margin-left: 5.5rem; -} -.tsd-navigation.primary li.current > a { - border-left: 0.15rem var(--color-text) solid; -} -.tsd-navigation.primary li.selected > a { - font-weight: bold; - border-left: 0.2rem var(--color-text) solid; -} -.tsd-navigation.primary ul li a:hover { - border-left: 0.2rem var(--color-text-aside) solid; -} -.tsd-navigation.primary li.globals + li > span, -.tsd-navigation.primary li.globals + li > a { - padding-top: 20px; -} - -.tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary > ul { - display: inline; - padding-right: 0.5rem; - transition: opacity 0.2s; -} -.tsd-navigation.secondary ul li a { - padding-left: 0; -} -.tsd-navigation.secondary ul li li a { - padding-left: 1.1rem; -} -.tsd-navigation.secondary ul li li li a { - padding-left: 2.2rem; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 3.3rem; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 4.4rem; -} -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 5.5rem; -} - -a.tsd-index-link { - margin: 0.25rem 0; - font-size: 1rem; - line-height: 1.25rem; - display: inline-flex; - align-items: center; -} -.tsd-accordion-summary > h1, -.tsd-accordion-summary > h2, -.tsd-accordion-summary > h3, -.tsd-accordion-summary > h4, -.tsd-accordion-summary > h5 { - display: inline-flex; - align-items: center; - vertical-align: middle; - margin-bottom: 0; - user-select: none; - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; -} -.tsd-accordion-summary { - display: block; - cursor: pointer; -} -.tsd-accordion-summary > * { - margin-top: 0; - margin-bottom: 0; - padding-top: 0; - padding-bottom: 0; -} -.tsd-accordion-summary::-webkit-details-marker { - display: none; -} -.tsd-index-accordion .tsd-accordion-summary svg { - margin-right: 0.25rem; -} -.tsd-index-content > :not(:first-child) { - margin-top: 0.75rem; -} -.tsd-index-heading { - margin-top: 1.5rem; - margin-bottom: 0.75rem; -} - -.tsd-kind-icon { - margin-right: 0.5rem; - width: 1.25rem; - height: 1.25rem; - min-width: 1.25rem; - min-height: 1.25rem; -} -.tsd-kind-icon path { - transform-origin: center; - transform: scale(1.1); -} -.tsd-signature > .tsd-kind-icon { - margin-right: 0.8rem; -} - -@media (min-width: 1024px) { - .col-content { - margin: 2rem auto; - } - - .menu-sticky-wrap { - position: sticky; - height: calc(100vh - 2rem); - top: 4rem; - right: 0; - padding: 0 1.5rem; - padding-top: 1rem; - margin-top: 3rem; - transition: 0.3s ease-in-out; - transition-property: top, padding-top, padding, height; - overflow-y: auto; - } - .col-menu { - border-left: 1px solid var(--color-accent); - } - .col-menu--hide { - top: 1rem; - } - .col-menu .tsd-navigation:not(:last-child) { - padding-bottom: 1.75rem; - } -} - -.tsd-panel { - margin-bottom: 2.5rem; -} -.tsd-panel.tsd-member { - margin-bottom: 4rem; -} -.tsd-panel:empty { - display: none; -} -.tsd-panel > h1, -.tsd-panel > h2, -.tsd-panel > h3 { - margin: 1.5rem -1.5rem 0.75rem -1.5rem; - padding: 0 1.5rem 0.75rem 1.5rem; -} -.tsd-panel > h1.tsd-before-signature, -.tsd-panel > h2.tsd-before-signature, -.tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: none; -} - -.tsd-panel-group { - margin: 4rem 0; -} -.tsd-panel-group.tsd-index-group { - margin: 2rem 0; -} -.tsd-panel-group.tsd-index-group details { - margin: 4rem 0; -} - -#tsd-search { - transition: background-color 0.2s; -} -#tsd-search .title { - position: relative; - z-index: 2; -} -#tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 2.5rem; - height: 100%; -} -#tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: var(--color-text); -} -#tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; -} -#tsd-search .field input, -#tsd-search .title { - transition: opacity 0.2s; -} -#tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -#tsd-search .results li { - padding: 0 10px; - background-color: var(--color-background); -} -#tsd-search .results li:nth-child(even) { - background-color: var(--color-background-secondary); -} -#tsd-search .results li.state { - display: none; -} -#tsd-search .results li.current, -#tsd-search .results li:hover { - background-color: var(--color-accent); -} -#tsd-search .results a { - display: block; -} -#tsd-search .results a:before { - top: 10px; -} -#tsd-search .results span.parent { - color: var(--color-text-aside); - font-weight: normal; -} -#tsd-search.has-focus { - background-color: var(--color-accent); -} -#tsd-search.has-focus .field input { - top: 0; - opacity: 1; -} -#tsd-search.has-focus .title { - z-index: 0; - opacity: 0; -} -#tsd-search.has-focus .results { - visibility: visible; -} -#tsd-search.loading .results li.state.loading { - display: block; -} -#tsd-search.failure .results li.state.failure { - display: block; -} - -.tsd-signature { - margin: 0 0 1rem 0; - padding: 1rem 0.5rem; - border: 1px solid var(--color-accent); - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; - overflow-x: auto; -} - -.tsd-signature-symbol { - color: var(--color-text-aside); - font-weight: normal; -} - -.tsd-signature-type { - font-style: italic; - font-weight: normal; -} - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - list-style-type: none; -} -.tsd-signatures .tsd-signature { - margin: 0; - border-color: var(--color-accent); - border-width: 1px 0; - transition: background-color 0.1s; -} -.tsd-description .tsd-signatures .tsd-signature { - border-width: 1px; -} - -ul.tsd-parameter-list, -ul.tsd-type-parameter-list { - list-style: square; - margin: 0; - padding-left: 20px; -} -ul.tsd-parameter-list > li.tsd-parameter-signature, -ul.tsd-type-parameter-list > li.tsd-parameter-signature { - list-style: none; - margin-left: -20px; -} -ul.tsd-parameter-list h5, -ul.tsd-type-parameter-list h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} -.tsd-sources { - margin-top: 1rem; - font-size: 0.875em; -} -.tsd-sources a { - color: var(--color-text-aside); - text-decoration: underline; -} -.tsd-sources ul { - list-style: none; - padding: 0; -} - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - color: var(--color-text); - background: var(--color-background-secondary); - border-bottom: 1px var(--color-accent) solid; - transition: transform 0.3s ease-in-out; -} -.tsd-page-toolbar a { - color: var(--color-text); - text-decoration: none; -} -.tsd-page-toolbar a.title { - font-weight: bold; -} -.tsd-page-toolbar a.title:hover { - text-decoration: underline; -} -.tsd-page-toolbar .tsd-toolbar-contents { - display: flex; - justify-content: space-between; - height: 2.5rem; -} -.tsd-page-toolbar .table-cell { - position: relative; - white-space: nowrap; - line-height: 40px; -} -.tsd-page-toolbar .table-cell:first-child { - width: 100%; -} - -.tsd-page-toolbar--hide { - transform: translateY(-100%); -} - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.8; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-widget:hover { - opacity: 0.9; -} -.tsd-widget.active { - opacity: 1; - background-color: var(--color-accent); -} -.tsd-widget.no-caption { - width: 40px; -} -.tsd-widget.no-caption:before { - margin: 0; -} - -.tsd-widget.options, -.tsd-widget.menu { - display: none; -} -@media (max-width: 1024px) { - .tsd-widget.options, - .tsd-widget.menu { - display: inline-block; - } -} -input[type="checkbox"] + .tsd-widget:before { - background-position: -120px 0; -} -input[type="checkbox"]:checked + .tsd-widget:before { - background-position: -160px 0; -} - -img { - max-width: 100%; -} - -.tsd-anchor-icon { - display: inline-flex; - align-items: center; - margin-left: 0.5rem; - vertical-align: middle; - color: var(--color-text); -} - -.tsd-anchor-icon svg { - width: 1em; - height: 1em; - visibility: hidden; -} - -.tsd-anchor-link:hover > .tsd-anchor-icon svg { - visibility: visible; -} - -.deprecated { - text-decoration: line-through; -} - -* { - scrollbar-width: thin; - scrollbar-color: var(--color-accent) var(--color-icon-background); -} - -*::-webkit-scrollbar { - width: 0.75rem; -} - -*::-webkit-scrollbar-track { - background: var(--color-icon-background); -} - -*::-webkit-scrollbar-thumb { - background-color: var(--color-accent); - border-radius: 999rem; - border: 0.25rem solid var(--color-icon-background); -} diff --git a/docs/assets/widgets.png b/docs/assets/widgets.png deleted file mode 100644 index c7380532ac1b45400620011c37c4dcb7aec27a4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 480 zcmeAS@N?(olHy`uVBq!ia0y~yU~~YoH8@y+q^jrZML>b&o-U3d6^w6h1+IPUz|;DW zIZ;96kdsD>Qv^q=09&hp0GpEni<1IR%gvP3v%OR9*{MuRTKWHZyIbuBt)Ci`cU_&% z1T+i^Y)o{%281-<3TpPAUTzw5v;RY=>1rvxmPl96#kYc9hX!6V^nB|ad#(S+)}?8C zr_H+lT3B#So$T=?$(w3-{rbQ4R<@nsf$}$hwSO)A$8&`(j+wQf=Jwhb0`CvhR5DCf z^OgI)KQemrUFPH+UynC$Y~QHG%DbTVh-Skz{enNU)cV_hPu~{TD7TPZl>0&K>iuE| z7AYn$7)Jrb9GE&SfQW4q&G*@N|4cHI`VakFa5-C!ov&XD)J(qp$rJJ*9e z-sHv}#g*T7Cv048d1v~BEAzM5FztAse#q78WWC^BUCzQ U&wLp6h6BX&boFyt=akR{0G%$)mH+?% diff --git a/docs/assets/widgets@2x.png b/docs/assets/widgets@2x.png deleted file mode 100644 index 4bbbd57272f3b28f47527d4951ad10f950b8ad43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 855 zcmeAS@N?(olHy`uVBq!ia0y~yU}^xe12~w0Jcmn z@(X6T|9^jgLcx21{)7exgY)a>N6m2F0<`Rqr;B4q1>>88jUdw-7W`c)zLE*mq8W2H z-<&Jl_Hco5BuC5n@AbF5GD82~-e8-v=#zCyUX0F-o}8pPfAv`!GN$ff+TL<~@kgt} z62eO?_|&+>xBmM$@p|z`tIKEdpPf8%qI>4r7@jn<=eta*{3~?g(zz{Ke9zc-G^gr? z-7foa?LcS!hmbwzru}ICvbWLlW8;+l-}!^=c32!^nV`+`C*;0-*Y%l94pC;Cb3GXz zzSf%a!{gVr{Y_lVuUj+a)*Ca+!-Hu%xmP&&X-2CuANY8^i{D7Kg6qzP zXz_ps9+lN8ESH{K4`yu&b~I>N9xGlE&;2u*b?+Go!AhN?m-bxlLvtC#MzDF2kFzfHJ1W7ybqdefSqVhbOykd*Yi%EDuhs z4wF{ft^bv2+DDnKb8gj1FuvcV`M}luS>lO<^)8x>y1#R;a=-ZKwWTQQb)ioBbi;zh zD!f5V)8581to1LL7c9!l^PSC$NBPYif!_vAZhmL4)v4U)4UsrLYiH_9rmQDd?)(e5 z^pcH>qvBg*i0dus2r*mp4;zKvu=P#s-ti;2obl`NjjwoYd>e(oo#j_uyRb<7Pv^If zzZ|mGHmV)8^tbO%^>eqMw(@7(&3g{jEp-Najo7V75xI_ZHK*FA`elF{r5}E*d7+j_R diff --git a/docs/enums/OPERATOR.html b/docs/enums/OPERATOR.html deleted file mode 100644 index ad3a671f..00000000 --- a/docs/enums/OPERATOR.html +++ /dev/null @@ -1,107 +0,0 @@ -OPERATOR | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Enumeration OPERATORConst

-
-
-
- -
-
-

Enumeration Members

-
EQ -GT -GTE -LT -LTE -NE -
-
-

Enumeration Members

-
- -
EQ: "="
-
- -
GT: ">"
-
- -
GTE: ">="
-
- -
LT: "<"
-
- -
LTE: "<="
-
- -
NE: "<>"
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.all.html b/docs/functions/array.all.html deleted file mode 100644 index 95dda8ba..00000000 --- a/docs/functions/array.all.html +++ /dev/null @@ -1,160 +0,0 @@ -all | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function all

-
-
    - -
  • -

    Returns true if the provided predicate function -returns true for all elements in a collection,false otherwise

    - -

    Example

    all([4, 2, 3], (x) => x > 1); // true
    -
    - -

    Example

    all([1, 2, 3]); // true
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      Optional fn: ((value: T, index: number, array: T[]) => boolean) = Boolean
      -
        -
      • -
          -
        • (value: T, index: number, array: T[]): boolean
        • -
        • -
          -

          Parameters

          -
            -
          • -
            value: T
          • -
          • -
            index: number
          • -
          • -
            array: T[]
          -

          Returns boolean

    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.any.html b/docs/functions/array.any.html deleted file mode 100644 index 5c6a8f41..00000000 --- a/docs/functions/array.any.html +++ /dev/null @@ -1,161 +0,0 @@ -any | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function any

-
-
    - -
  • -

    Returns true if the provided predicate function -returns true for at least one element in a collection, -false otherwise

    - -

    Example

    any([0, 1, 2, 0], (x) => x >= 2); // true
    -
    - -

    Example

    any([0, 0, 1, 0]); // true
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      Optional fn: ((value: T, index: number, array: T[]) => boolean) = Boolean
      -
        -
      • -
          -
        • (value: T, index: number, array: T[]): boolean
        • -
        • -
          -

          Parameters

          -
            -
          • -
            value: T
          • -
          • -
            index: number
          • -
          • -
            array: T[]
          -

          Returns boolean

    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.append.html b/docs/functions/array.append.html deleted file mode 100644 index 8a06fc87..00000000 --- a/docs/functions/array.append.html +++ /dev/null @@ -1,141 +0,0 @@ -append | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function append

-
-
    - -
  • -

    Same as push but uses concat

    - -

    Example

    const myArray = [1, 2, 3]
    append(myArray, 0); // myArray => [1, 2, 3, 0] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      value: T
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.average.html b/docs/functions/array.average.html deleted file mode 100644 index c0195bef..00000000 --- a/docs/functions/array.average.html +++ /dev/null @@ -1,149 +0,0 @@ -average | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function average

-
-
    - -
  • -

    Returns the average value of a given path

    - -

    Example

    average([1, 2, 3]); // 2
    -
    - -

    Example

    average([{a: 1}, {a: 2}, {a: 3}], "a"); // 2
    -
    - -

    Example

    average([{a: {b: 1}}, {a: {b: 2}}, {a: {b: 3}}], "a.b"); // 2
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    • -
    • -

      Path extends string = PathT<Value>

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      Optional path: Path
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.chunk.html b/docs/functions/array.chunk.html deleted file mode 100644 index 2110e18b..00000000 --- a/docs/functions/array.chunk.html +++ /dev/null @@ -1,141 +0,0 @@ -chunk | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function chunk

-
-
    - -
  • -

    Chunks the array into smaller arrays of a specified size

    - -

    Example

    chunk([1, 2, 3, 4, 5], 2); // [[1,2],[3,4],[5]]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      size: number
    -

    Returns Value[][]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.clone.html b/docs/functions/array.clone.html deleted file mode 100644 index 97389766..00000000 --- a/docs/functions/array.clone.html +++ /dev/null @@ -1,141 +0,0 @@ -clone | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function clone

-
-
    - -
  • -

    Returns the cloned array

    - -

    Example

    clone([1, 2, 3]); // [1, 2, 3]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      Optional deep: boolean = false
    -

    Returns Value[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.compact.html b/docs/functions/array.compact.html deleted file mode 100644 index 6b031362..00000000 --- a/docs/functions/array.compact.html +++ /dev/null @@ -1,139 +0,0 @@ -compact | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function compact

-
-
    - -
  • -

    Removes falsey values from the array

    - -

    Example

    compact([0, 1, false, 2, '', 3, 'a', 'e' * 23, NaN, 's', 34]); // [ 1, 2, 3, 'a', 's', 34 ]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    -

    Returns CompactT<Value>[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.contains.html b/docs/functions/array.contains.html deleted file mode 100644 index 0c88ff85..00000000 --- a/docs/functions/array.contains.html +++ /dev/null @@ -1,146 +0,0 @@ -contains | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function contains

-
-
    - -
  • -

    Determines whether the collection contains a given item

    - -

    Example

    contains([1, 2, 3], 2); // true
    -
    - -

    Example

    contains([1, 2, 3], 2, 2); // false
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      value: Value
    • -
    • -
      Optional fromIndex: number
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.count.html b/docs/functions/array.count.html deleted file mode 100644 index 06a87487..00000000 --- a/docs/functions/array.count.html +++ /dev/null @@ -1,144 +0,0 @@ -count | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function count

-
-
    - -
  • -

    Counts the occurrences of a value in an array

    - -

    Example

    count([1, 1, 2, 1, 2, 3]); // 6
    -
    - -

    Example

    count([1, 1, 2, 1, 2, 3], 1); // 3
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      Optional value: Value
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.countBy.html b/docs/functions/array.countBy.html deleted file mode 100644 index eda772e7..00000000 --- a/docs/functions/array.countBy.html +++ /dev/null @@ -1,148 +0,0 @@ -countBy | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function countBy

-
-
    - -
  • -

    Groups the elements of an array based on the given function and -returns the count of elements in each group

    - -

    Example

    countBy([6.1, 4.2, 6.3], Math.floor); // { 4: 1, 6: 2 }
    -
    - -

    Example

    countBy(['one', 'two', 'three'], 'length'); // { 3: 2, 5: 1 }
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      fn: string | ((value: Value, index: number, array: Value[]) => any)
    -

    Returns { [key: string]: number }

    -
      -
    • -
      [key: string]: number
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.crossJoin.html b/docs/functions/array.crossJoin.html deleted file mode 100644 index 4906e38c..00000000 --- a/docs/functions/array.crossJoin.html +++ /dev/null @@ -1,144 +0,0 @@ -crossJoin | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function crossJoin

-
-
    - -
  • -

    Cross joins the array's values among the given arrays, -returning a Cartesian product with all possible permutations

    - -

    Example

    crossJoin([1, 2], ['a', 'b']); // [[1, 'a'], [1, 'b'], [2, 'a'], [2, 'b']]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    • -
    • -

      P

    -
    -

    Parameters

    -
      -
    • -
      array1: T[]
    • -
    • -
      array2: P[]
    -

    Returns [T, P][]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.deepFlatten.html b/docs/functions/array.deepFlatten.html deleted file mode 100644 index 730a0046..00000000 --- a/docs/functions/array.deepFlatten.html +++ /dev/null @@ -1,139 +0,0 @@ -deepFlatten | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function deepFlatten

-
-
    - -
  • -

    Deep flattens an array

    - -

    Example

    deepFlatten([1, [2], [[3], 4], 5]); // [1,2,3,4,5]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
    -

    Returns Value[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.diff.html b/docs/functions/array.diff.html deleted file mode 100644 index fb49a5e9..00000000 --- a/docs/functions/array.diff.html +++ /dev/null @@ -1,163 +0,0 @@ -diff | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function diff

-
-
    - -
  • -

    Returns the difference between this and another array -if comp is given, filters out all values from an array for which the comparator function -does not return true

    - -

    Example

    diff([1, 2, 3], [1, 2, 4]); // [3]
    -
    - -

    Example

    diff([1, 1.2, 1.5, 3, 0], [1.9, 3, 0], (a, b) => Math.round(a) === Math.round(b)); // [1, 1.2]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    • -
    • -

      P

    -
    -

    Parameters

    -
      -
    • -
      array1: T[]
    • -
    • -
      array2: P[]
    • -
    • -
      Optional comp: ((a: T, b: P) => boolean)
      -
        -
      • -
          -
        • (a: T, b: P): boolean
        • -
        • -
          -

          Parameters

          -
            -
          • -
            a: T
          • -
          • -
            b: P
          -

          Returns boolean

    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.distinct.html b/docs/functions/array.distinct.html deleted file mode 100644 index d1e63d7e..00000000 --- a/docs/functions/array.distinct.html +++ /dev/null @@ -1,147 +0,0 @@ -distinct | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function distinct

-
-
    - -
  • -

    Returns all the distinct values of an array

    - -

    Example

    distinct([1, 2, 2, 3, 4, 4, 5]); // [1,2,3,4,5]
    -
    - -

    Example

    distinct([{foo:{bar:[0,1]}}, {foo:{bar:[4,1]}}], "foo.bar[1]"); // [{foo:{bar:[0,1]}}]
    -
    - -

    Example

    distinct([1, 2, 2.2, 3, 4.9, 4, 5], Math.floor); // [1,2,3,4.9,5]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      Optional fn: string | ((value: T, index: number, array: T[]) => any)
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.distinctBy.html b/docs/functions/array.distinctBy.html deleted file mode 100644 index 9705ee7c..00000000 --- a/docs/functions/array.distinctBy.html +++ /dev/null @@ -1,154 +0,0 @@ -distinctBy | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function distinctBy

-
-
    - -
  • -

    Returns all the distinct values of an array

    - -

    Example

    distinctBy([1, 2, 2, 3, 4, 4, 5], (a, b) => a === b); // [1,2,3,4,5]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      fn: ((a: T, b: T) => boolean)
      -
        -
      • -
          -
        • (a: T, b: T): boolean
        • -
        • -
          -

          Parameters

          -
            -
          • -
            a: T
          • -
          • -
            b: T
          -

          Returns boolean

    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.empty.html b/docs/functions/array.empty.html deleted file mode 100644 index c7252f42..00000000 --- a/docs/functions/array.empty.html +++ /dev/null @@ -1,139 +0,0 @@ -empty | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function empty

-
-
    - -
  • -

    Empty the array

    - -

    Example

    const arr = [1,3];
    empty(arr);
    // arr = [] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.equals.html b/docs/functions/array.equals.html deleted file mode 100644 index d74edc44..00000000 --- a/docs/functions/array.equals.html +++ /dev/null @@ -1,141 +0,0 @@ -equals | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function equals

-
-
    - -
  • -

    Checks if the array is equal to the given value

    - -

    Example

    equals([1,2,3], [2,1,3]); // false
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      value: unknown
    -

    Returns value is T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.everyNth.html b/docs/functions/array.everyNth.html deleted file mode 100644 index c9c20ef2..00000000 --- a/docs/functions/array.everyNth.html +++ /dev/null @@ -1,141 +0,0 @@ -everyNth | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function everyNth

-
-
    - -
  • -

    Returns every nth element in an array

    - -

    Example

    everyNth([1, 2, 3, 4, 5, 6], 2); // [ 2, 4, 6 ]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      n: number
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.first.html b/docs/functions/array.first.html deleted file mode 100644 index d3b3274d..00000000 --- a/docs/functions/array.first.html +++ /dev/null @@ -1,139 +0,0 @@ -first | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function first

-
-
    - -
  • -

    Returns the first item of the array

    - -

    Example

    first([1, 2, 3]); // 1
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: [T, ...unknown[]]
    -

    Returns T

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.flatten.html b/docs/functions/array.flatten.html deleted file mode 100644 index 7c62a47c..00000000 --- a/docs/functions/array.flatten.html +++ /dev/null @@ -1,144 +0,0 @@ -flatten | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function flatten

-
-
    - -
  • -

    Flattens an array up to the specified depth

    - -

    Example

    flatten([1, [2], 3, 4]); // [1, 2, 3, 4]
    -
    - -

    Example

    flatten([1, [2, [3, [4, 5], 6], 7], 8], 2); // [1, 2, 3, [4, 5], 6, 7, 8]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Optional depth: number = 1
    -

    Returns unknown[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.get.html b/docs/functions/array.get.html deleted file mode 100644 index d1dcda2a..00000000 --- a/docs/functions/array.get.html +++ /dev/null @@ -1,150 +0,0 @@ -get | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function get

-
-
    - -
  • -

    Returns the item at a given index. If the index does not exist, def is returned

    - -

    Example

    get([1, 2, 3], 0, 'default value'); // 1
    -
    - -

    Example

    get([1, 2, 3], 4, 0); // 0
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends unknown[]

    • -
    • -

      I extends number

    • -
    • -

      F = null

    -
    -

    Parameters

    -
      -
    • -
      array: T
    • -
    • -
      index: I
    • -
    • -
      Optional fallback: F = ...
    -

    Returns T[I] | F

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.groupBy.html b/docs/functions/array.groupBy.html deleted file mode 100644 index 59921639..00000000 --- a/docs/functions/array.groupBy.html +++ /dev/null @@ -1,147 +0,0 @@ -groupBy | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function groupBy

-
-
    - -
  • -

    Groups the elements of an array based on the given function

    - -

    Example

    groupBy([6.1, 4.2, 6.3], Math.floor); // {4: [4.2], 6: [6.1, 6.3]}
    -
    - -

    Example

    groupBy(['one', 'two', 'three'], 'length'); // {3: ['one', 'two'], 5: ['three']}
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      fn: string | ((item: T, index: number, array: T[]) => any)
    -

    Returns { [key: string]: T[] }

    -
      -
    • -
      [key: string]: T[]
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.implode.html b/docs/functions/array.implode.html deleted file mode 100644 index 3092855d..00000000 --- a/docs/functions/array.implode.html +++ /dev/null @@ -1,145 +0,0 @@ -implode | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function implode

-
-
    - -
  • -

    It's like join but u get to tell it which keys to join

    - -

    Example

    implode([{a: {b: 'first'}}, {a: {b: 'second'}}, {a: {b: 'third'}}], 'a.b', ', ');
    // 'first, second, third' -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    • -
    • -

      Path extends string = never

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      path: Path
    • -
    • -
      Optional separator: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.indexOfAll.html b/docs/functions/array.indexOfAll.html deleted file mode 100644 index fa007f4d..00000000 --- a/docs/functions/array.indexOfAll.html +++ /dev/null @@ -1,144 +0,0 @@ -indexOfAll | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function indexOfAll

-
-
    - -
  • -

    Returns all indices of value in the array. If value never occurs, returns []

    - -

    Example

    indexOfAll([1, 2, 3, 1, 2, 3], 1); // [0,3]
    -
    - -

    Example

    indexOfAll([1, 2, 3], 4); // []
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      value: T
    -

    Returns number[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.initial.html b/docs/functions/array.initial.html deleted file mode 100644 index 109967a7..00000000 --- a/docs/functions/array.initial.html +++ /dev/null @@ -1,139 +0,0 @@ -initial | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function initial

-
-
    - -
  • -

    Returns all the elements of an array except the last one

    - -

    Example

    initial([1, 2, 3]); // [1, 2]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends unknown[]

    -
    -

    Parameters

    -
      -
    • -
      array: T
    -

    Returns T extends [...(infer F), unknown] ? F : T

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.intersect.html b/docs/functions/array.intersect.html deleted file mode 100644 index 00e87e95..00000000 --- a/docs/functions/array.intersect.html +++ /dev/null @@ -1,141 +0,0 @@ -intersect | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function intersect

-
-
    - -
  • -

    Returns a list of elements that exist in both arrays

    - -

    Example

    intersect([1, 2, 3], [4, 3, 2]); // [2,3]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      array: unknown[]
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.isEmpty.html b/docs/functions/array.isEmpty.html deleted file mode 100644 index 2295733d..00000000 --- a/docs/functions/array.isEmpty.html +++ /dev/null @@ -1,142 +0,0 @@ -isEmpty | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isEmpty

-
-
    - -
  • -

    Checks if the array is empty

    - -

    Example

    isEmpty([1,2]); // false
    -
    - -

    Example

    isEmpty([]); // true
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.last.html b/docs/functions/array.last.html deleted file mode 100644 index eeb8b5a1..00000000 --- a/docs/functions/array.last.html +++ /dev/null @@ -1,139 +0,0 @@ -last | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function last

-
-
    - -
  • -

    Returns the last item of the array

    - -

    Example

    last([1, 2, 3]); // 3
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends unknown[]

    -
    -

    Parameters

    -
      -
    • -
      array: T
    -

    Returns T extends [...(infer I), infer L] ? L : T extends (infer P)[] ? P : never

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.limit.html b/docs/functions/array.limit.html deleted file mode 100644 index 39dcd4eb..00000000 --- a/docs/functions/array.limit.html +++ /dev/null @@ -1,141 +0,0 @@ -limit | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function limit

-
-
    - -
  • -

    limits the array

    - -

    Example

    limit([2, 1, 2, 5], 2); // [2,1]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      array: T[]
    • -
    • -
      Optional limit: number
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.max.html b/docs/functions/array.max.html deleted file mode 100644 index 0ec02b0e..00000000 --- a/docs/functions/array.max.html +++ /dev/null @@ -1,164 +0,0 @@ -max | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function max

-
-
    - -
  • -

    Returns the maximum value of a given path

    - -

    Example

    max([{a: 1}, {a: 2}, {a: 3}], 'a'); // 3
    -
    - -

    Example

    max([{a: {b: 1}}, {a: {b: 2}}, {a: {b: 3}}], 'a.b'); // 3
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    • -
    • -

      Path extends string = never

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      Optional path: Path
    -

    Returns number

  • - -
  • -

    Returns the maximum value of a given path

    - -

    Example

    max([1, 2, 3]); // 3
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.median.html b/docs/functions/array.median.html deleted file mode 100644 index f02b4958..00000000 --- a/docs/functions/array.median.html +++ /dev/null @@ -1,161 +0,0 @@ -median | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function median

-
-
    - -
  • -

    Returns the median value of a given path

    - -

    Example

    median([{foo: 10}, {foo: 10}, {foo: 20}, {foo: 40}], 'foo'); // 15
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    • -
    • -

      Path extends string = never

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      Optional path: Path
    -

    Returns number

  • - -
  • -

    Returns the median value of a given path

    - -

    Example

    median([1, 1, 2, 4]); // 1.5
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.merge.html b/docs/functions/array.merge.html deleted file mode 100644 index 22ecc9f7..00000000 --- a/docs/functions/array.merge.html +++ /dev/null @@ -1,141 +0,0 @@ -merge | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function merge

-
-
    - -
  • -

    Merges array with the given array

    - -

    Example

    let myArray = [1, 2, 3]
    merge(myArray, [0, 6 , 2]); // myArray => [1, 2, 3, 0, 6, 2] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      arr2: unknown[]
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.min.html b/docs/functions/array.min.html deleted file mode 100644 index 3af6de85..00000000 --- a/docs/functions/array.min.html +++ /dev/null @@ -1,164 +0,0 @@ -min | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function min

-
-
    - -
  • -

    Returns the minimum value of a given path

    - -

    Example

    min([{a: 1}, {a: 2}, {a: 3}], 'a'); // 1
    -
    - -

    Example

    min([{a: {b: 1}}, {a: {b: 2}}, {a: {b: 3}}], 'a.b'); // 1
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    • -
    • -

      Path extends string = never

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      Optional path: Path
    -

    Returns number

  • - -
  • -

    Returns the minimum value of a given path

    - -

    Example

    min([1, 2, 3]); // 1
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.nest.html b/docs/functions/array.nest.html deleted file mode 100644 index 182db682..00000000 --- a/docs/functions/array.nest.html +++ /dev/null @@ -1,143 +0,0 @@ -nest | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function nest

-
-
    - -
  • -

    Given a flat array of objects linked to one another, it will nest them recursively

    - -

    Example

    const comments = [
    { id: 1, comment_id: null },
    { id: 2, comment_id: 1 },
    { id: 3, comment_id: 1 },
    { id: 4, comment_id: 2 },
    { id: 5, comment_id: 4 }
    ];
    nest(comments, "comment_id"); // [{ id: 1, comment_id: null, children: [...] }] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Optional link: string = "parent_id"
    • -
    • -
      Optional key: string = "id"
    -

    Returns Record<string, unknown>[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.orderBy.html b/docs/functions/array.orderBy.html deleted file mode 100644 index 6df04de4..00000000 --- a/docs/functions/array.orderBy.html +++ /dev/null @@ -1,168 +0,0 @@ -orderBy | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function orderBy

-
-
    - -
  • -

    sorts the array

    - -

    Example

    orderBy([2, 1, 2, 5]); // [1,2,2,5]
    -
    - -

    Example

    orderBy([2, 1, 2, 5], "desc"); // [5,2,2,1]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    -
    -

    Parameters

    -
      -
    • -
      arr: Value[]
    • -
    • -
      Optional order: OrderT
    -

    Returns Value[]

  • - -
  • -

    sorts the array

    - -

    Example

    orderBy([{count:1}, {count:20}, {count:15}], "count", "asc"); // [{count:1},{count:15},{count:20}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    • -
    • -

      Path extends string = never

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      field: Path
    • -
    • -
      Optional order: OrderT
    -

    Returns Value[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.pad.html b/docs/functions/array.pad.html deleted file mode 100644 index 5af3bde3..00000000 --- a/docs/functions/array.pad.html +++ /dev/null @@ -1,146 +0,0 @@ -pad | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function pad

-
-
    - -
  • -

    FillS the array with the given value until the array reaches the specified size

    - -

    Example

    pad([1, 2, 3], 5, 0); // [1, 2, 3, 0, 0]
    -
    - -

    Example

    pad([1, 2, 3], -5, 0); // [0, 0, 1, 2, 3]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      size: number
    • -
    • -
      Optional value: T = ...
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.partition.html b/docs/functions/array.partition.html deleted file mode 100644 index fc6080a8..00000000 --- a/docs/functions/array.partition.html +++ /dev/null @@ -1,157 +0,0 @@ -partition | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function partition

-
-
    - -
  • -

    Groups the elements into two arrays, -depending on the provided function's truthiness for each element

    - -

    Example

    const users = [
    { user: 'barney', age: 36, active: false }, { user: 'fred', age: 40, active: true }
    ];
    partition(users, o => o.active); // [
    [{ 'user': 'fred', 'age': 40, 'active': true }],
    [{ 'user': 'barney', 'age': 36, 'active': false }]
    ] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      fn: ((value: T, index: number, array: T[]) => boolean)
      -
        -
      • -
          -
        • (value: T, index: number, array: T[]): boolean
        • -
        • -
          -

          Parameters

          -
            -
          • -
            value: T
          • -
          • -
            index: number
          • -
          • -
            array: T[]
          -

          Returns boolean

    -

    Returns [T[], T[]]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.pluck.html b/docs/functions/array.pluck.html deleted file mode 100644 index 7c3c3f55..00000000 --- a/docs/functions/array.pluck.html +++ /dev/null @@ -1,146 +0,0 @@ -pluck | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function pluck

-
-
    - -
  • -

    Returns all of the values for the given path

    - -

    Example

    pluck([{a: {b: 1}}, {a: {b: 2}}, {a: {b: 3}}], 'a'); // [{b: 1}, {b: 2}, {b: 3}]
    -
    - -

    Example

    pluck([{a: {b: 1}}, {a: {b: 2}}, {a: {b: 3}}], 'a.b'); // [1, 2, 3]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    • -
    • -

      Path extends string

    -
    -

    Parameters

    -
      -
    • -
      array: Value[]
    • -
    • -
      path: Path
    -

    Returns unknown[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.prepend.html b/docs/functions/array.prepend.html deleted file mode 100644 index 098f2cc4..00000000 --- a/docs/functions/array.prepend.html +++ /dev/null @@ -1,141 +0,0 @@ -prepend | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function prepend

-
-
    - -
  • -

    Adds an item to the beginning of the array

    - -

    Example

    let myArray = [1, 2, 3]
    prepend(myArray, 0); // myArray => [0, 1, 2, 3] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      value: T
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.pull.html b/docs/functions/array.pull.html deleted file mode 100644 index 23f712db..00000000 --- a/docs/functions/array.pull.html +++ /dev/null @@ -1,141 +0,0 @@ -pull | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function pull

-
-
    - -
  • -

    Mutates the original array to filter out the values specified

    - -

    Example

    let myArray = ['a', 'b', 'c', 'a', 'b', 'c'];
    pull(myArray, 'a', 'c'); // myArray = [ 'b', 'b' ]; -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Rest ...args: T[]
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.range.html b/docs/functions/array.range.html deleted file mode 100644 index 209ffd06..00000000 --- a/docs/functions/array.range.html +++ /dev/null @@ -1,145 +0,0 @@ -range | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function range

-
-
    - -
  • -

    Initializes an array containing the numbers in the specified range where start -and end are inclusive with there common difference step

    - -

    Example

    range(5); // [0,1,2,3,4,5]
    -
    - -

    Example

    range(7, 3); // [3,4,5,6,7]
    -
    - -

    Example

    range(9, 0, 2); // [0,2,4,6,8]
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      end: number
    • -
    • -
      Optional start: number = 0
    • -
    • -
      Optional step: number = 1
    -

    Returns number[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.repeat.html b/docs/functions/array.repeat.html deleted file mode 100644 index 6463877f..00000000 --- a/docs/functions/array.repeat.html +++ /dev/null @@ -1,141 +0,0 @@ -repeat | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function repeat

-
-
    - -
  • -

    Initializes and fills an array with the specified value

    - -

    Example

    repeat(5, 2); // [2,2,2,2,2]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T = 0

    -
    -

    Parameters

    -
      -
    • -
      n: number
    • -
    • -
      Optional value: T = ...
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.sample.html b/docs/functions/array.sample.html deleted file mode 100644 index 96b8b496..00000000 --- a/docs/functions/array.sample.html +++ /dev/null @@ -1,139 +0,0 @@ -sample | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function sample

-
-
    - -
  • -

    Returns a random element from an array

    - -

    Example

    sample([3, 7, 9, 11]); // 9
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    -

    Returns T

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.shuffle.html b/docs/functions/array.shuffle.html deleted file mode 100644 index 3d273987..00000000 --- a/docs/functions/array.shuffle.html +++ /dev/null @@ -1,139 +0,0 @@ -shuffle | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function shuffle

-
-
    - -
  • -

    Randomizes the order of the values of an array, returning a new array

    - -

    Example

    const foo = [1, 2, 3];
    shuffle(foo); // [2,3,1], foo = [1,2,3] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.skip.html b/docs/functions/array.skip.html deleted file mode 100644 index d449eaa0..00000000 --- a/docs/functions/array.skip.html +++ /dev/null @@ -1,141 +0,0 @@ -skip | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function skip

-
-
    - -
  • -

    skips the array

    - -

    Example

    skip([2, 1, 2, 5], 1); // [1,2,5]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Optional offset: number
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.sortBy.html b/docs/functions/array.sortBy.html deleted file mode 100644 index ffde32a9..00000000 --- a/docs/functions/array.sortBy.html +++ /dev/null @@ -1,145 +0,0 @@ -sortBy | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function sortBy

-
-
    - -
  • -

    Groups the elements of an array based on the given function and -returns the count of elements in each group

    - -

    Example

    sortBy(['five', 'three', 'one'], 'length'); // ['one', 'five', 'three']
    -
    - -

    Example

    sortBy(['five', 'three', 'one'], (value) => -value.length); // ['three', 'five', 'one']
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      fn: string | ((value: T) => number)
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.sum.html b/docs/functions/array.sum.html deleted file mode 100644 index 8be91671..00000000 --- a/docs/functions/array.sum.html +++ /dev/null @@ -1,149 +0,0 @@ -sum | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function sum

-
-
    - -
  • -

    Returns the sum value of a given path

    - -

    Example

    sum([1, 2, 3]); // 6
    -
    - -

    Example

    sum([{a: 1}, {a: 2}, {a: 3}], 'a'); // 6
    -
    - -

    Example

    sum([{a: {b: 1}}, {a: {b: 2}}, {a: {b: 3}}], 'a.b'); // 6
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value

    • -
    • -

      Path extends string = PathT<Value>

    -
    -

    Parameters

    -
      -
    • -
      arr: Value[]
    • -
    • -
      Optional path: Path
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.tail.html b/docs/functions/array.tail.html deleted file mode 100644 index d1235b76..00000000 --- a/docs/functions/array.tail.html +++ /dev/null @@ -1,139 +0,0 @@ -tail | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function tail

-
-
    - -
  • -

    Returns all elements in an array except for the first one

    - -

    Example

    tail([1, 2, 3]); // [2, 3]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends unknown[]

    -
    -

    Parameters

    -
      -
    • -
      arr: T
    -

    Returns T extends [unknown, ...(infer F)] ? F : T

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.toCSV.html b/docs/functions/array.toCSV.html deleted file mode 100644 index b658c337..00000000 --- a/docs/functions/array.toCSV.html +++ /dev/null @@ -1,144 +0,0 @@ -toCSV | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function toCSV

-
-
    - -
  • -

    Converts a 2D array to a comma-separated values (CSV) string

    - -

    Example

    toCSV([['a', 'b'], ['c', 'd']]); // '"a","b"\n"c","d"'
    -
    - -

    Example

    toCSV([['a', 'b'], ['c', 'd']], ';'); // '"a";"b"\n"c";"d"'
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Optional delimiter: string = ","
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.union.html b/docs/functions/array.union.html deleted file mode 100644 index 2187f947..00000000 --- a/docs/functions/array.union.html +++ /dev/null @@ -1,143 +0,0 @@ -union | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function union

-
-
    - -
  • -

    Returns every element that exists in any of the two arrays once

    - -

    Example

    union([1, 2, 3], [4, 3, 2]); // [1,2,3,4]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends unknown[]

    • -
    • -

      P extends unknown[]

    -
    -

    Parameters

    -
      -
    • -
      arr: T
    • -
    • -
      array: P
    -

    Returns [...T, ...P]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.unwind.html b/docs/functions/array.unwind.html deleted file mode 100644 index d8f57eea..00000000 --- a/docs/functions/array.unwind.html +++ /dev/null @@ -1,141 +0,0 @@ -unwind | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function unwind

-
-
    - -
  • -

    Returns the item at a given index. If the index does not exist, def is returned

    - -

    Example

    unwind([{ foo: ["bar 1", "bar 2"] }, { foo: ["bar 3", "bar 4", "bar 5"] }], "foo");
    // [{ foo: "bar 1" }, { foo: "bar 2" }, { foo: "bar 3" }, { foo: "bar 4" }, { foo: "bar 5" }] -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      path: string
    -

    Returns unknown[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.where.html b/docs/functions/array.where.html deleted file mode 100644 index 985f2605..00000000 --- a/docs/functions/array.where.html +++ /dev/null @@ -1,209 +0,0 @@ -where | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function where

-
-
    - -
  • -

    Filters the array

    - -

    Example

    where([1, 2, 2, 3, 4, 4, 5], 4); // [4,4]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      value: unknown
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    where([{count:1}, {count:20}, {count:15}], "count", 15); // [{count:15}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      value: unknown
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    where([1, 2, 2, 3, 4, 4, 5], "<", 4); // [1,2,2,3]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      operator: OperatorT
    • -
    • -
      value: unknown
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    where([{count:1}, {count:20}, {count:15}], "count", ">=", 15); // [{count:20},{count:15}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      operator: OperatorT
    • -
    • -
      value: unknown
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereBetween.html b/docs/functions/array.whereBetween.html deleted file mode 100644 index 560a0b3e..00000000 --- a/docs/functions/array.whereBetween.html +++ /dev/null @@ -1,167 +0,0 @@ -whereBetween | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereBetween

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereBetween([1, 2, 2, 3, 4, 4, 5], 3,4); // [3,4,4]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      start: T
    • -
    • -
      end: T
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    whereBetween([{count:1}, {count:20}, {count:15}], "count", 1, 15); // [{count:1},{count:15}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      start: unknown
    • -
    • -
      end: unknown
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereIn.html b/docs/functions/array.whereIn.html deleted file mode 100644 index 1c7c6582..00000000 --- a/docs/functions/array.whereIn.html +++ /dev/null @@ -1,163 +0,0 @@ -whereIn | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereIn

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereIn([1, 2, 2, 3, 4, 4, 5], [3,4]); // [3,4,4]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      value: T[]
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    whereIn([{count:1}, {count:20}, {count:15}], "count", [1, 15]); // [{count:1},{count:15}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      value: unknown[]
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereLike.html b/docs/functions/array.whereLike.html deleted file mode 100644 index 529228bd..00000000 --- a/docs/functions/array.whereLike.html +++ /dev/null @@ -1,163 +0,0 @@ -whereLike | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereLike

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereLike(["foo", "bar", "hello", "world"], "o"); // ["foo","hello","world"]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      value: string | RegExp
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    whereLike([{foo:"hello"}, {foo:"bar"}, {foo:"world"}], "foo", /o/i); // [{foo:"hello"},{foo:"world"}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      value: string | RegExp
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereNotBetween.html b/docs/functions/array.whereNotBetween.html deleted file mode 100644 index 3f174076..00000000 --- a/docs/functions/array.whereNotBetween.html +++ /dev/null @@ -1,167 +0,0 @@ -whereNotBetween | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereNotBetween

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereNotBetween([1, 2, 2, 3, 4, 4, 5], 3,4); // [1,2,2,5]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      start: T
    • -
    • -
      end: T
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    whereNotBetween([{count:1}, {count:20}, {count:15}], "count", 1, 15); // [{count:20}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      start: unknown
    • -
    • -
      end: unknown
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereNotIn.html b/docs/functions/array.whereNotIn.html deleted file mode 100644 index 84cb043f..00000000 --- a/docs/functions/array.whereNotIn.html +++ /dev/null @@ -1,163 +0,0 @@ -whereNotIn | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereNotIn

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereNotIn([1, 2, 2, 3, 4, 4, 5], [3,4]); // [1,2,2,5]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      value: T[]
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    whereNotIn([{count:1}, {count:20}, {count:15}], "count", [1, 15]); // [{count:20}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      value: unknown[]
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereNotLike.html b/docs/functions/array.whereNotLike.html deleted file mode 100644 index d67f98bd..00000000 --- a/docs/functions/array.whereNotLike.html +++ /dev/null @@ -1,163 +0,0 @@ -whereNotLike | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereNotLike

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereNotLike(["foo", "bar", "hello", "world"], "o"); // ["bar"]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      value: string | RegExp
    -

    Returns T[]

  • - -
  • -

    Filters the array

    - -

    Example

    whereNotLike([{foo:"hello"}, {foo:"bar"}, {foo:"world"}], "foo", /o/i); // [{foo:"bar"}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      field: string
    • -
    • -
      value: string | RegExp
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereNotNull.html b/docs/functions/array.whereNotNull.html deleted file mode 100644 index 0e32a16d..00000000 --- a/docs/functions/array.whereNotNull.html +++ /dev/null @@ -1,144 +0,0 @@ -whereNotNull | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereNotNull

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereNotNull([1, 2, 2, 3, null, undefined, 5]); // [1,2,2,3,5]
    -
    - -

    Example

    whereNotNull([{count:1}, {count:null}, {foo:15}], "count"); // [{count:1}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Optional field: string
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.whereNull.html b/docs/functions/array.whereNull.html deleted file mode 100644 index 2e192844..00000000 --- a/docs/functions/array.whereNull.html +++ /dev/null @@ -1,144 +0,0 @@ -whereNull | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function whereNull

-
-
    - -
  • -

    Filters the array

    - -

    Example

    whereNull([1, 2, 2, 3, null, undefined, 5]); // [null, undefined]
    -
    - -

    Example

    whereNull([{count:1}, {count:null}, {foo:15}], "count"); // [{count:null},{foo:15}]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Optional field: string
    -

    Returns T[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.zip.html b/docs/functions/array.zip.html deleted file mode 100644 index 1ecb6ca2..00000000 --- a/docs/functions/array.zip.html +++ /dev/null @@ -1,144 +0,0 @@ -zip | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function zip

-
-
    - -
  • -

    Creates an array of elements, grouped based on the position in the original arrays

    - -

    Example

    zip(['a', 'b'], [1, 2], [true, false]); // [['a', 1, true], ['b', 2, false]]
    -
    - -

    Example

    zip(['a'], [1, 2], [true, false]); // [['a', 1, true], [undefined, 2, false]]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      Rest ...arrays: any[][]
    -

    Returns unknown[][]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/array.zipObject.html b/docs/functions/array.zipObject.html deleted file mode 100644 index e3f63920..00000000 --- a/docs/functions/array.zipObject.html +++ /dev/null @@ -1,145 +0,0 @@ -zipObject | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function zipObject

-
-
    - -
  • -

    Given an array of valid property identifiers and an array of values, -return an object associating the properties to the values

    - -

    Example

    zipObject(['a', 'b', 'c'], [1, 2]); // {a: 1, b: 2, c: undefined}
    -
    - -

    Example

    zipObject(['a', 'b'], [1, 2, 3]); // {a: 1, b: 2}
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T

    -
    -

    Parameters

    -
      -
    • -
      arr: T[]
    • -
    • -
      array: any[]
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/boolean.isBoolean.html b/docs/functions/boolean.isBoolean.html deleted file mode 100644 index 4d1e3d51..00000000 --- a/docs/functions/boolean.isBoolean.html +++ /dev/null @@ -1,73 +0,0 @@ -isBoolean | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isBoolean

-
-
    - -
  • -

    Returns true if the given argument is a boolean

    - -

    Example

    isBoolean('foo bar'); // false
    -
    - -

    Example

    isBoolean(false); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/date.equals.html b/docs/functions/date.equals.html deleted file mode 100644 index b504f8dc..00000000 --- a/docs/functions/date.equals.html +++ /dev/null @@ -1,76 +0,0 @@ -equals | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function equals

-
-
    - -
  • -

    Checks if the date is equal to the given value

    - -

    Example

    equals(new Date(), new Date()); // false
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      date: Date
    • -
    • -
      value: unknown
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/date.isDate.html b/docs/functions/date.isDate.html deleted file mode 100644 index 62488646..00000000 --- a/docs/functions/date.isDate.html +++ /dev/null @@ -1,77 +0,0 @@ -isDate | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isDate

-
-
    - -
  • -

    Returns true if the given argument is an instance of Date

    - -

    Example

    isDate('foo bar'); // false
    -
    - -

    Example

    isDate(new Date()); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is Date

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/date.today.html b/docs/functions/date.today.html deleted file mode 100644 index 2915ef57..00000000 --- a/docs/functions/date.today.html +++ /dev/null @@ -1,69 +0,0 @@ -today | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function today

-
-
    - -
  • -

    Returns today's date in YYYY-MM-DD format

    - -

    Example

    today(); // "2018-08-10"
    -
    -
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/date.tomorrow.html b/docs/functions/date.tomorrow.html deleted file mode 100644 index 09c00afb..00000000 --- a/docs/functions/date.tomorrow.html +++ /dev/null @@ -1,69 +0,0 @@ -tomorrow | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function tomorrow

-
-
    - -
  • -

    Returns tomorrow's date in YYYY-MM-DD format

    - -

    Example

    tomorrow(); // "2018-08-11"
    -
    -
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/date.yesterday.html b/docs/functions/date.yesterday.html deleted file mode 100644 index 878d4140..00000000 --- a/docs/functions/date.yesterday.html +++ /dev/null @@ -1,69 +0,0 @@ -yesterday | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function yesterday

-
-
    - -
  • -

    Returns yesterday's date in YYYY-MM-DD format

    - -

    Example

    yesterday(); // "2018-08-11"
    -
    -
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/func.cache.html b/docs/functions/func.cache.html deleted file mode 100644 index 8f93074d..00000000 --- a/docs/functions/func.cache.html +++ /dev/null @@ -1,79 +0,0 @@ -cache | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function cache

-
-
    - -
  • -

    Returns the cached function results if already runned with this method

    - -

    Example

    const test = cache(() => setTimeout(console.log, 1000, test)); -test(); // takes a second to log 'test' -test(); // instantly logs the second 'test'

    -
    -
    -

    Type Parameters

    -
      -
    • -

      F extends ((...args: unknown[]) => unknown)

    -
    -

    Parameters

    -
      -
    • -
      func: F
    -

    Returns F

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/func.defer.html b/docs/functions/func.defer.html deleted file mode 100644 index 21b9b20d..00000000 --- a/docs/functions/func.defer.html +++ /dev/null @@ -1,82 +0,0 @@ -defer | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function defer

-
-
    - -
  • -

    Defers invoking the function until the current call stack has cleared

    - -

    Example

    const test = (msg) => console.log(msg);
    defer(test, 'a'), test('b'); // logs 'b' then 'a' -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Args extends unknown[]

    • -
    • -

      F extends ((...args: Args) => unknown)

    -
    -

    Parameters

    -
      -
    • -
      func: F
    • -
    • -
      Rest ...args: Args
    -

    Returns NodeJS.Timeout

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/func.isFunction.html b/docs/functions/func.isFunction.html deleted file mode 100644 index d68cc502..00000000 --- a/docs/functions/func.isFunction.html +++ /dev/null @@ -1,76 +0,0 @@ -isFunction | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isFunction

-
-
    - -
  • -

    Returns true if the given argument is a function

    - -

    Example

    isFunction(2); // false
    -
    - -

    Example

    isFunction(() => {}); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is ((...args: unknown[]) => unknown)

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/func.once.html b/docs/functions/func.once.html deleted file mode 100644 index 4224621e..00000000 --- a/docs/functions/func.once.html +++ /dev/null @@ -1,84 +0,0 @@ -once | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function once

-
-
    - -
  • -

    Ensures a function is called only once

    - -

    Example

    const test = (msg) => console.log(msg);
    once(test, 'a'); // logs 'a'
    once(test, 'b'); // no log this time -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Args extends unknown[]

    • -
    • -

      Return

    • -
    • -

      F extends ((...args: Args) => Return)

    -
    -

    Parameters

    -
      -
    • -
      func: F
    • -
    • -
      Rest ...args: Args
    -

    Returns Return | void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/globals.isBrowser.html b/docs/functions/globals.isBrowser.html deleted file mode 100644 index 23d5c4d9..00000000 --- a/docs/functions/globals.isBrowser.html +++ /dev/null @@ -1,66 +0,0 @@ -isBrowser | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isBrowser

-
-
    - -
  • -

    Determines if the current runtime environment is a browser, -so that front-end modules can run on the server (Node) without throwing errors

    - -

    Example

    isBrowser(); // false
    -
    -
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.average.html b/docs/functions/math.average.html deleted file mode 100644 index d0e8b799..00000000 --- a/docs/functions/math.average.html +++ /dev/null @@ -1,83 +0,0 @@ -average | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function average

-
-
    - -
  • -

    Returns the average of an of two or more numbers

    - -

    Example

    average(...[1, 2, 3]); // 2
    -
    - -

    Example

    average(1, 2, 3); // 2
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      Rest ...nums: number[]
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.degreesToRads.html b/docs/functions/math.degreesToRads.html deleted file mode 100644 index e9a1bf24..00000000 --- a/docs/functions/math.degreesToRads.html +++ /dev/null @@ -1,80 +0,0 @@ -degreesToRads | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function degreesToRads

-
-
    - -
  • -

    Converts a decimal degree to radians

    - -

    Example

    degreesToRads(180); // 3.141592653589793
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.factorial.html b/docs/functions/math.factorial.html deleted file mode 100644 index ca64efa8..00000000 --- a/docs/functions/math.factorial.html +++ /dev/null @@ -1,80 +0,0 @@ -factorial | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function factorial

-
-
    - -
  • -

    Calculates the factorial of a number

    - -

    Example

    factorial(6); // 720
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      n: number
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.fibonacci.html b/docs/functions/math.fibonacci.html deleted file mode 100644 index e3a9abbd..00000000 --- a/docs/functions/math.fibonacci.html +++ /dev/null @@ -1,80 +0,0 @@ -fibonacci | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function fibonacci

-
-
    - -
  • -

    Generates an array, containing the Fibonacci sequence, up until the nth term

    - -

    Example

    fibonacci(6); // [0, 1, 1, 2, 3, 5]
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      nth: number
    -

    Returns number[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.gcd.html b/docs/functions/math.gcd.html deleted file mode 100644 index 8591bf06..00000000 --- a/docs/functions/math.gcd.html +++ /dev/null @@ -1,83 +0,0 @@ -gcd | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function gcd

-
-
    - -
  • -

    Calculates the greatest common divisor between two or more numbers

    - -

    Example

    gcd(8, 36); // 4
    -
    - -

    Example

    gcd(...[12, 8, 32]); // 4
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      Rest ...nums: number[]
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.isDivisible.html b/docs/functions/math.isDivisible.html deleted file mode 100644 index 8ef64c34..00000000 --- a/docs/functions/math.isDivisible.html +++ /dev/null @@ -1,82 +0,0 @@ -isDivisible | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isDivisible

-
-
    - -
  • -

    Checks if the first numeric argument is divisible by the second one

    - -

    Example

    isDivisible(6, 3); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      dividend: number
    • -
    • -
      divisor: number
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.isEven.html b/docs/functions/math.isEven.html deleted file mode 100644 index 89996ec0..00000000 --- a/docs/functions/math.isEven.html +++ /dev/null @@ -1,80 +0,0 @@ -isEven | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isEven

-
-
    - -
  • -

    Returns true if the given number is even, false otherwise

    - -

    Example

    isEven(3); // false
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.isPrime.html b/docs/functions/math.isPrime.html deleted file mode 100644 index fb0c9dc1..00000000 --- a/docs/functions/math.isPrime.html +++ /dev/null @@ -1,80 +0,0 @@ -isPrime | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isPrime

-
-
    - -
  • -

    Checks if the provided integer is a prime number

    - -

    Example

    isPrime(11); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.lcm.html b/docs/functions/math.lcm.html deleted file mode 100644 index 44a8356c..00000000 --- a/docs/functions/math.lcm.html +++ /dev/null @@ -1,83 +0,0 @@ -lcm | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function lcm

-
-
    - -
  • -

    Returns the least common multiple of two or more numbers

    - -

    Example

    lcm(12, 7); // 84
    -
    - -

    Example

    lcm(...[1, 3, 4, 5]); // 60
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      Rest ...nums: number[]
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.primes.html b/docs/functions/math.primes.html deleted file mode 100644 index d4292c2b..00000000 --- a/docs/functions/math.primes.html +++ /dev/null @@ -1,80 +0,0 @@ -primes | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function primes

-
-
    - -
  • -

    Generates primes up to a given number, using the Sieve of Eratosthenes

    - -

    Example

    primes(10); // [2, 3, 5, 7]
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    -

    Returns number[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/math.radsToDegrees.html b/docs/functions/math.radsToDegrees.html deleted file mode 100644 index bf263130..00000000 --- a/docs/functions/math.radsToDegrees.html +++ /dev/null @@ -1,80 +0,0 @@ -radsToDegrees | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function radsToDegrees

-
-
    - -
  • -

    Converts a radians to decimal degree

    - -

    Example

    radsToDegrees(Math.PI / 2); // 90
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/number.digitize.html b/docs/functions/number.digitize.html deleted file mode 100644 index fb900d78..00000000 --- a/docs/functions/number.digitize.html +++ /dev/null @@ -1,73 +0,0 @@ -digitize | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function digitize

-
-
    - -
  • -

    Converts the number to an array of digits

    - -

    Example

    digitize(123); // [1, 2, 3]
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    -

    Returns number[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/number.equals.html b/docs/functions/number.equals.html deleted file mode 100644 index 6b387860..00000000 --- a/docs/functions/number.equals.html +++ /dev/null @@ -1,75 +0,0 @@ -equals | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function equals

-
-
    - -
  • -

    Checks if the number is equal to the given value

    - -

    Example

    equals(22, "22"); // false
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    • -
    • -
      value: unknown
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/number.inRange.html b/docs/functions/number.inRange.html deleted file mode 100644 index 40a16a57..00000000 --- a/docs/functions/number.inRange.html +++ /dev/null @@ -1,77 +0,0 @@ -inRange | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function inRange

-
-
    - -
  • -

    Checks if n is between start and up to end

    - -

    Example

    inRange(4, 8); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      num: number
    • -
    • -
      end: number
    • -
    • -
      Optional start: number = 0
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/number.isNumber.html b/docs/functions/number.isNumber.html deleted file mode 100644 index fcfa8525..00000000 --- a/docs/functions/number.isNumber.html +++ /dev/null @@ -1,76 +0,0 @@ -isNumber | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isNumber

-
-
    - -
  • -

    Returns true if the given argument is a number

    - -

    Example

    isNumber('foo bar'); // false
    -
    - -

    Example

    isNumber(2); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.assign.html b/docs/functions/object.assign.html deleted file mode 100644 index 09c9b34e..00000000 --- a/docs/functions/object.assign.html +++ /dev/null @@ -1,99 +0,0 @@ -assign | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function assign

-
-
    - -
  • -

    Assigns object like Object.assign

    - -

    Example

    assign(({ a: 0 }), { a: 1 }, { b: 2 }); // { a: 1, b: 2 }
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      Rest ...sources: Record<string, unknown>[]
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.camelCaseKeys.html b/docs/functions/object.camelCaseKeys.html deleted file mode 100644 index 928580a1..00000000 --- a/docs/functions/object.camelCaseKeys.html +++ /dev/null @@ -1,97 +0,0 @@ -camelCaseKeys | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function camelCaseKeys

-
-
    - -
  • -

    Creates a new object from the specified object, where all the keys are in camel-case

    - -

    Example

    const myObj = { First_name: "Adam", "last-name": "Smith" };
    const myObjLower = camelCaseKeys(myObj); // {firstName: "Adam", lastName: "Smith"} -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.clone.html b/docs/functions/object.clone.html deleted file mode 100644 index febc3a26..00000000 --- a/docs/functions/object.clone.html +++ /dev/null @@ -1,104 +0,0 @@ -clone | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function clone

-
-
    - -
  • -

    Creates a (deep) clone of the object

    - -

    Example

    const a = { foo: 'bar', obj: { a: 1, b: 2 } };
    const b = clone(a, true); // a !== b, a.obj !== b.obj -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    -
    -

    Parameters

    -
      -
    • -
      obj: Value
    • -
    • -
      Optional deep: boolean = false
    -

    Returns Value

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.defaults.html b/docs/functions/object.defaults.html deleted file mode 100644 index ee247462..00000000 --- a/docs/functions/object.defaults.html +++ /dev/null @@ -1,99 +0,0 @@ -defaults | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function defaults

-
-
    - -
  • -

    Assigns object in reverse by Object.assign

    - -

    Example

    defaults(({ a: 0 }), { a: 1, b: 2 }, { b: 3 }); // { a: 0, b: 2 }
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      Rest ...sources: Record<string, unknown>[]
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.dig.html b/docs/functions/object.dig.html deleted file mode 100644 index 2dffa4e7..00000000 --- a/docs/functions/object.dig.html +++ /dev/null @@ -1,99 +0,0 @@ -dig | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function dig

-
-
    - -
  • -

    Returns the target value in a nested JSON object, based on the given key

    - -

    Example

    const data = {
    level1: {
    level2: {
    level3: 'some data'
    }
    }
    };
    dig(data, 'level3'); // 'some data'
    dig(data, 'level4'); // undefined -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      target: string
    -

    Returns unknown

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.empty.html b/docs/functions/object.empty.html deleted file mode 100644 index 3a244c96..00000000 --- a/docs/functions/object.empty.html +++ /dev/null @@ -1,97 +0,0 @@ -empty | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function empty

-
-
    - -
  • -

    Empty the object

    - -

    Example

    const obj = { a: 1 };
    empty(obj);
    // obj = {}; -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.equals.html b/docs/functions/object.equals.html deleted file mode 100644 index 2251b8fa..00000000 --- a/docs/functions/object.equals.html +++ /dev/null @@ -1,99 +0,0 @@ -equals | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function equals

-
-
    - -
  • -

    Performs a deep comparison between two values to determine if they are equivalent

    - -

    Example

    equals({ a: [2, { e: 3 }], b: [4], c: 'foo' }, { a: [2, { e: 3 }], b: [4], c: 'foo' }); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      obj2: unknown
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.flatten.html b/docs/functions/object.flatten.html deleted file mode 100644 index 0463c71f..00000000 --- a/docs/functions/object.flatten.html +++ /dev/null @@ -1,97 +0,0 @@ -flatten | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function flatten

-
-
    - -
  • -

    Flattens the object into a single-depth object

    - -

    Example

    flatten({ foo: 1, bar: { foo: 2 } }); // { foo: 1, "bar.foo": 2 }
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.forEach.html b/docs/functions/object.forEach.html deleted file mode 100644 index 4ac9773c..00000000 --- a/docs/functions/object.forEach.html +++ /dev/null @@ -1,121 +0,0 @@ -forEach | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function forEach

-
-
    - -
  • -

    Iterates the object by keys

    - -

    Example

    const users = {
    fred: { user: "fred", age: 40 },
    pebbles: { user: "pebbles", age: 1 }
    };
    forEach(users, u => console.log(u.age)); // console logs 40 and 1 -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    • -
    • -

      K extends string | number | symbol

    -
    -

    Parameters

    -
      -
    • -
      obj: T
    • -
    • -
      fn: ((value: T[K], key: K, object: T) => void)
      -
        -
      • -
          -
        • (value: T[K], key: K, object: T): void
        • -
        • -
          -

          Parameters

          -
            -
          • -
            value: T[K]
          • -
          • -
            key: K
          • -
          • -
            object: T
          -

          Returns void

    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.get.html b/docs/functions/object.get.html deleted file mode 100644 index d4ccafdd..00000000 --- a/docs/functions/object.get.html +++ /dev/null @@ -1,106 +0,0 @@ -get | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function get

-
-
    - -
  • -

    Retrieve the property indicated by the given selector from the object

    - -

    Example

    get({ selector: { to: { val: 'val to select' } } }, 'selector.to.val'); // 'val to select'
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      Value extends Record<string, unknown>

    • -
    • -

      Path extends string = never

    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      key: Path
    -

    Returns unknown

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.invert.html b/docs/functions/object.invert.html deleted file mode 100644 index 42e14f4d..00000000 --- a/docs/functions/object.invert.html +++ /dev/null @@ -1,97 +0,0 @@ -invert | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function invert

-
-
    - -
  • -

    Inverts the key-value pairs of the object, without mutating it

    - -

    Example

    invert({ name: "John", age: 20 }); // { 20: "age", John: "name" }
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.isEmpty.html b/docs/functions/object.isEmpty.html deleted file mode 100644 index 7f1ac163..00000000 --- a/docs/functions/object.isEmpty.html +++ /dev/null @@ -1,100 +0,0 @@ -isEmpty | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isEmpty

-
-
    - -
  • -

    Checks if the object is empty

    - -

    Example

    isEmpty({ a: 1 }); // false
    -
    - -

    Example

    isEmpty({}); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.isObject.html b/docs/functions/object.isObject.html deleted file mode 100644 index 87c828cc..00000000 --- a/docs/functions/object.isObject.html +++ /dev/null @@ -1,100 +0,0 @@ -isObject | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isObject

-
-
    - -
  • -

    Returns true if the given argument is an object

    - -

    Example

    isObject(2); // false
    -
    - -

    Example

    isObject({foo: 'bar'}); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.isObjectLike.html b/docs/functions/object.isObjectLike.html deleted file mode 100644 index 314ff03b..00000000 --- a/docs/functions/object.isObjectLike.html +++ /dev/null @@ -1,100 +0,0 @@ -isObjectLike | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isObjectLike

-
-
    - -
  • -

    Returns true if the given argument is object like

    - -

    Example

    isObjectLike(2); // false
    -
    - -

    Example

    isObjectLike({foo: 'bar'}); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.isPlainObject.html b/docs/functions/object.isPlainObject.html deleted file mode 100644 index d8ab3667..00000000 --- a/docs/functions/object.isPlainObject.html +++ /dev/null @@ -1,100 +0,0 @@ -isPlainObject | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isPlainObject

-
-
    - -
  • -

    Returns true if the given argument is a plain object

    - -

    Example

    isPlainObject(2); // false
    -
    - -

    Example

    isPlainObject({foo: 'bar'}); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.kebabCaseKeys.html b/docs/functions/object.kebabCaseKeys.html deleted file mode 100644 index 55d80e00..00000000 --- a/docs/functions/object.kebabCaseKeys.html +++ /dev/null @@ -1,97 +0,0 @@ -kebabCaseKeys | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function kebabCaseKeys

-
-
    - -
  • -

    Creates a new object from the specified object, where all the keys are in kebab-case

    - -

    Example

    const myObj = { First_name: "Adam", lastName: "Smith" };
    const myObjLower = kebabCaseKeys(myObj); // {first-name: "Adam", last-name: "Smith"} -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.keys.html b/docs/functions/object.keys.html deleted file mode 100644 index 2462d065..00000000 --- a/docs/functions/object.keys.html +++ /dev/null @@ -1,102 +0,0 @@ -keys | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function keys

-
-
    - -
  • -

    Get keys of the object

    - -

    Example

    keys({ one: 1, two: 2, three: 3 }); // ["one", "two", "three"]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    -
    -

    Parameters

    -
      -
    • -
      obj: T
    -

    Returns (keyof T)[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.lowerCaseKeys.html b/docs/functions/object.lowerCaseKeys.html deleted file mode 100644 index de476988..00000000 --- a/docs/functions/object.lowerCaseKeys.html +++ /dev/null @@ -1,97 +0,0 @@ -lowerCaseKeys | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function lowerCaseKeys

-
-
    - -
  • -

    Creates a new object from the specified object, where all the keys are in lowercase

    - -

    Example

    const myObj = { Name: "Adam", sUrnAME: "Smith" };
    const myObjLower = lowerCaseKeys(myObj); // {name: "Adam", surname: "Smith"} -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.map.html b/docs/functions/object.map.html deleted file mode 100644 index 71e119ce..00000000 --- a/docs/functions/object.map.html +++ /dev/null @@ -1,122 +0,0 @@ -map | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function map

-
-
    - -
  • -

    Creates an object with keys and values -generated by running the provided function for each value

    - -

    Example

    const users = {
    fred: { user: "fred", age: 40 },
    pebbles: { user: "pebbles", age: 1 }
    };
    map(users, u => u.age); // { fred: 40, pebbles: 1 } -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    • -
    • -

      K extends string | number | symbol

    -
    -

    Parameters

    -
      -
    • -
      obj: T
    • -
    • -
      fn: ((value: T[K], key: K, object: T) => Record<string, unknown>)
      -
        -
      • -
          -
        • (value: T[K], key: K, object: T): Record<string, unknown>
        • -
        • -
          -

          Parameters

          -
            -
          • -
            value: T[K]
          • -
          • -
            key: K
          • -
          • -
            object: T
          -

          Returns Record<string, unknown>

    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.mapKeys.html b/docs/functions/object.mapKeys.html deleted file mode 100644 index 04f2da57..00000000 --- a/docs/functions/object.mapKeys.html +++ /dev/null @@ -1,122 +0,0 @@ -mapKeys | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function mapKeys

-
-
    - -
  • -

    Creates an object with keys generated by running the provided function for each key -and the same values as the provided object

    - -

    Example

    mapKeys({ a: 1, b: 2 }, (val, key) => key + val); // { a1: 1, b2: 2 }
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    • -
    • -

      K extends string | number | symbol

    -
    -

    Parameters

    -
      -
    • -
      obj: T
    • -
    • -
      fn: ((value: T[K], key: K, object: T) => string)
      -
        -
      • -
          -
        • (value: T[K], key: K, object: T): string
        • -
        • -
          -

          Parameters

          -
            -
          • -
            value: T[K]
          • -
          • -
            key: K
          • -
          • -
            object: T
          -

          Returns string

    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.mapValues.html b/docs/functions/object.mapValues.html deleted file mode 100644 index 02243848..00000000 --- a/docs/functions/object.mapValues.html +++ /dev/null @@ -1,122 +0,0 @@ -mapValues | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function mapValues

-
-
    - -
  • -

    Creates an object with the same keys as the provided object and values -generated by running the provided function for each value

    - -

    Example

    const users = {
    fred: { user: "fred", age: 40 },
    pebbles: { user: "pebbles", age: 1 }
    };
    mapValues(users, u => u.age); // { fred: 40, pebbles: 1 } -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    • -
    • -

      K extends string | number | symbol

    -
    -

    Parameters

    -
      -
    • -
      obj: T
    • -
    • -
      fn: ((value: T[K], key: K, object: T) => unknown)
      -
        -
      • -
          -
        • (value: T[K], key: K, object: T): unknown
        • -
        • -
          -

          Parameters

          -
            -
          • -
            value: T[K]
          • -
          • -
            key: K
          • -
          • -
            object: T
          -

          Returns unknown

    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.merge.html b/docs/functions/object.merge.html deleted file mode 100644 index ec1bd7a8..00000000 --- a/docs/functions/object.merge.html +++ /dev/null @@ -1,99 +0,0 @@ -merge | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function merge

-
-
    - -
  • -

    Creates a new object from the combination of two or more objects

    - -

    Example

    const object = {
    a: [{ x: 2 }, { y: 4 }],
    b: 1
    };
    const other = {
    a: { z: 3 },
    b: [2, 3],
    c: "foo"
    };
    merge(object, other); // { a: [ { x: 2 }, { y: 4 }, { z: 3 } ], b: [ 1, 2, 3 ], c: "foo" } -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      Rest ...objects: Record<string, unknown>[]
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.omit.html b/docs/functions/object.omit.html deleted file mode 100644 index 172c74c1..00000000 --- a/docs/functions/object.omit.html +++ /dev/null @@ -1,104 +0,0 @@ -omit | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function omit

-
-
    - -
  • -

    Omits the key-value pairs corresponding to the given keys from an object; or -Creates an object composed of the properties the given function returns falsey for. -The function is invoked with two arguments: (value, key)

    - -

    Example

    omit({ a: 1, b: '2', c: 3 }, ['b']); // { a: 1, c: 3 }
    -
    - -

    Example

    omit({ a: 1, b: '2', c: 3 }, (x) => typeof x === 'number'); // { b: '2' }
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      arr: string[] | ((value: unknown, key: string, object: Record<string, unknown>) => unknown)
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.reduce.html b/docs/functions/object.reduce.html deleted file mode 100644 index 16563514..00000000 --- a/docs/functions/object.reduce.html +++ /dev/null @@ -1,127 +0,0 @@ -reduce | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function reduce

-
-
    - -
  • -

    Just like array.reduce

    - -

    Example

    reduce({foo: 1, bar: 2}, (prev, value, key) => [...prev, key + ":" + value], []); // ["foo:1", "bar:2"]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    • -
    • -

      K extends string | number | symbol

    • -
    • -

      P = unknown

    -
    -

    Parameters

    -
      -
    • -
      obj: T
    • -
    • -
      fn: ((prev: P, value: T[K], key: K, object: T) => P)
      -
        -
      • -
          -
        • (prev: P, value: T[K], key: K, object: T): P
        • -
        • -
          -

          Parameters

          -
            -
          • -
            prev: P
          • -
          • -
            value: T[K]
          • -
          • -
            key: K
          • -
          • -
            object: T
          -

          Returns P

    • -
    • -
      Optional initialValue: P = ...
    -

    Returns P

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.set.html b/docs/functions/object.set.html deleted file mode 100644 index 74aa344c..00000000 --- a/docs/functions/object.set.html +++ /dev/null @@ -1,101 +0,0 @@ -set | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function set

-
-
    - -
  • -

    Puts the property value indicated by the given selector into the object

    - -

    Example

    const obj = { selector: { to: { val: 'val to select' } } };
    set(obj, 'selector.to.val', 'new value');
    // obj -> { selector: { to: { val: 'new value' } } } -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    • -
    • -
      path: string
    • -
    • -
      value: unknown
    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.size.html b/docs/functions/object.size.html deleted file mode 100644 index 670d843d..00000000 --- a/docs/functions/object.size.html +++ /dev/null @@ -1,97 +0,0 @@ -size | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function size

-
-
    - -
  • -

    Get size of the object

    - -

    Example

    size({ one: 1, two: 2, three: 3 }); // 3
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.snakeCaseKeys.html b/docs/functions/object.snakeCaseKeys.html deleted file mode 100644 index f20aab66..00000000 --- a/docs/functions/object.snakeCaseKeys.html +++ /dev/null @@ -1,97 +0,0 @@ -snakeCaseKeys | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function snakeCaseKeys

-
-
    - -
  • -

    Creates a new object from the specified object, where all the keys are in snake-case

    - -

    Example

    const myObj = { FirstName: "Adam", "last-name": "Smith" };
    const myObjLower = snakeCaseKeys(myObj); // {first_name: "Adam", last_name: "Smith"} -
    -
    -
    -

    Parameters

    -
      -
    • -
      obj: Record<string, unknown>
    -

    Returns Record<string, unknown>

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/object.values.html b/docs/functions/object.values.html deleted file mode 100644 index 98289ee7..00000000 --- a/docs/functions/object.values.html +++ /dev/null @@ -1,104 +0,0 @@ -values | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function values

-
-
    - -
  • -

    Get values of the object

    - -

    Example

    values({ one: 1, two: 2, three: 3 }); // [1, 2, 3]
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T extends Record<string, unknown>

    • -
    • -

      K extends string | number | symbol

    -
    -

    Parameters

    -
      -
    • -
      obj: T
    -

    Returns T[K][]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.base64.html b/docs/functions/string.base64.html deleted file mode 100644 index 5feabee0..00000000 --- a/docs/functions/string.base64.html +++ /dev/null @@ -1,95 +0,0 @@ -base64 | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function base64

-
-
    - -
  • -

    Encodes data with MIME base64

    - -

    Example

    base64('prototyped.js'); // 'cHJvdG90eXBlZC5qcw=='
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.base64Decode.html b/docs/functions/string.base64Decode.html deleted file mode 100644 index 2860cfa6..00000000 --- a/docs/functions/string.base64Decode.html +++ /dev/null @@ -1,95 +0,0 @@ -base64Decode | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function base64Decode

-
-
    - -
  • -

    Decodes data encoded with MIME base64

    - -

    Example

    base64Decode("cHJvdG90eXBlZC5qcw=="); // "prototyped.js"
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.camelCase.html b/docs/functions/string.camelCase.html deleted file mode 100644 index ec9d6137..00000000 --- a/docs/functions/string.camelCase.html +++ /dev/null @@ -1,104 +0,0 @@ -camelCase | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function camelCase

-
-
    - -
  • -

    Converts the string to camelcase

    - -

    Example

    camelCase("some_database_field_name"); // "someDatabaseFieldName"
    -
    - -

    Example

    camelCase("Some label that needs to be camelized"); // "someLabelThatNeedsToBeCamelized"
    -
    - -

    Example

    camelCase("some-javascript-property"); // "someJavascriptProperty"
    -
    - -

    Example

    camelCase("some-mixed_string with spaces_underscores-and-hyphens");
    // "someMixedStringWithSpacesUnderscoresAndHyphens" -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.capitalize.html b/docs/functions/string.capitalize.html deleted file mode 100644 index b6f86ee6..00000000 --- a/docs/functions/string.capitalize.html +++ /dev/null @@ -1,100 +0,0 @@ -capitalize | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function capitalize

-
-
    - -
  • -

    Returns the capitalized string

    - -

    Example

    capitalize('foo bar'); // 'Foo bar'
    -
    - -

    Example

    capitalize('hello world', true); // 'Hello World'
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      Optional allWords: boolean = false
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.chars.html b/docs/functions/string.chars.html deleted file mode 100644 index b6c13215..00000000 --- a/docs/functions/string.chars.html +++ /dev/null @@ -1,95 +0,0 @@ -chars | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function chars

-
-
    - -
  • -

    Returns an array of the string's character

    - -

    Example

    chars("Hello"); // ["H", "e", "l", "l", "o"]
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.contains.html b/docs/functions/string.contains.html deleted file mode 100644 index dcf5c017..00000000 --- a/docs/functions/string.contains.html +++ /dev/null @@ -1,102 +0,0 @@ -contains | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function contains

-
-
    - -
  • -

    Find out if the string contains the argument at any position

    - -

    Example

    contains('javaScript & typescript', 'Typescript'); // true
    -
    - -

    Example

    contains('javaScript & typescript', 'Typescript', true); // false
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      str2: string
    • -
    • -
      Optional sensitive: boolean = false
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.decapitalize.html b/docs/functions/string.decapitalize.html deleted file mode 100644 index 78aa7bad..00000000 --- a/docs/functions/string.decapitalize.html +++ /dev/null @@ -1,100 +0,0 @@ -decapitalize | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function decapitalize

-
-
    - -
  • -

    Returns the decapitalized string

    - -

    Example

    decapitalize('Foo Bar'); // 'foo Bar'
    -
    - -

    Example

    decapitalize('Hello World', true); // 'hello world'
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      Optional allWords: boolean = false
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.equals.html b/docs/functions/string.equals.html deleted file mode 100644 index 065cfe6a..00000000 --- a/docs/functions/string.equals.html +++ /dev/null @@ -1,97 +0,0 @@ -equals | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function equals

-
-
    - -
  • -

    Checks if the string is equal to the given value

    - -

    Example

    equals("hello", "Hello"); // false
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      value: unknown
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.forEach.html b/docs/functions/string.forEach.html deleted file mode 100644 index 4a98dc7b..00000000 --- a/docs/functions/string.forEach.html +++ /dev/null @@ -1,112 +0,0 @@ -forEach | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function forEach

-
-
    - -
  • -

    Just like array.forEach

    - -

    Example

    forEach('Hello', (char, index) => char == 'o' && consol.log(index)); // console logs 4
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      fn: ((char: string, index: number, chars: string[]) => void)
      -
        -
      • -
          -
        • (char: string, index: number, chars: string[]): void
        • -
        • -
          -

          Parameters

          -
            -
          • -
            char: string
          • -
          • -
            index: number
          • -
          • -
            chars: string[]
          -

          Returns void

    -

    Returns void

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.humanize.html b/docs/functions/string.humanize.html deleted file mode 100644 index 413cc325..00000000 --- a/docs/functions/string.humanize.html +++ /dev/null @@ -1,96 +0,0 @@ -humanize | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function humanize

-
-
    - -
  • -

    Converts an underscored, camelized, or dasherized string into a humanized one. -Also removes beginning and ending whitespace

    - -

    Example

    humanize('  capitalize dash-CamelCase_underscore trim  ');
    // 'Capitalize dash camel case underscore trim' -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.isEmpty.html b/docs/functions/string.isEmpty.html deleted file mode 100644 index 502566d0..00000000 --- a/docs/functions/string.isEmpty.html +++ /dev/null @@ -1,98 +0,0 @@ -isEmpty | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isEmpty

-
-
    - -
  • -

    Checks if the string is empty

    - -

    Example

    isEmpty("123"); // false
    -
    - -

    Example

    isEmpty(""); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns boolean

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.isString.html b/docs/functions/string.isString.html deleted file mode 100644 index b140be71..00000000 --- a/docs/functions/string.isString.html +++ /dev/null @@ -1,98 +0,0 @@ -isString | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function isString

-
-
    - -
  • -

    Returns true if the given argument is an string

    - -

    Example

    isString(2); // false
    -
    - -

    Example

    isString("foo bar"); // true
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      arg: unknown
    -

    Returns arg is string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.kebabCase.html b/docs/functions/string.kebabCase.html deleted file mode 100644 index 104897df..00000000 --- a/docs/functions/string.kebabCase.html +++ /dev/null @@ -1,107 +0,0 @@ -kebabCase | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function kebabCase

-
-
    - -
  • -

    Converts a string to kebab case

    - -

    Example

    kebabCase("camelCase"); // "camel-case"
    -
    - -

    Example

    kebabCase("some text"); // "some-text"
    -
    - -

    Example

    kebabCase("some-mixed_string With spaces_underscores-and-hyphens");
    // "some-mixed-string-with-spaces-underscores-and-hyphens" -
    - -

    Example

    kebabCase("AllThe-small Things"); // "all-the-small-things"
    -
    - -

    Example

    kebabCase("IAmListeningToFMWhileLoadingDifferentURLOnMyBrowserAndAlsoEditingSomeXMLAndHTML");
    // "i-am-listening-to-fm-while-loading-different-url-on-my-browser-and-also-editing-some-xml-and-html" -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.lines.html b/docs/functions/string.lines.html deleted file mode 100644 index 0c77926d..00000000 --- a/docs/functions/string.lines.html +++ /dev/null @@ -1,95 +0,0 @@ -lines | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function lines

-
-
    - -
  • -

    Splits a multiline string into an array of lines

    - -

    Example

    'This\nis a\nmultiline\nstring.\n'.lines(); // ['This', 'is a', 'multiline', 'string.' , '']
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.map.html b/docs/functions/string.map.html deleted file mode 100644 index 17f864dc..00000000 --- a/docs/functions/string.map.html +++ /dev/null @@ -1,112 +0,0 @@ -map | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function map

-
-
    - -
  • -

    Just like array.map

    - -

    Example

    map('Hello', (char) => char == 'o' ? 'O' : char); // 'HellO'
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      fn: ((char: string, index: number, chars: string[]) => string)
      -
        -
      • -
          -
        • (char: string, index: number, chars: string[]): string
        • -
        • -
          -

          Parameters

          -
            -
          • -
            char: string
          • -
          • -
            index: number
          • -
          • -
            chars: string[]
          -

          Returns string

    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.mask.html b/docs/functions/string.mask.html deleted file mode 100644 index 09759fc1..00000000 --- a/docs/functions/string.mask.html +++ /dev/null @@ -1,105 +0,0 @@ -mask | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function mask

-
-
    - -
  • -

    Replaces all but the last num of characters with the specified mask character

    - -

    Example

    mask('1234567890'); // '******7890'
    -
    - -

    Example

    mask('1234567890', 3); // '*******890'
    -
    - -

    Example

    mask('1234567890', -4, '$'); // '$$$$567890'
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      Optional num: number = 4
    • -
    • -
      Optional mask: string = "*"
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.pad.html b/docs/functions/string.pad.html deleted file mode 100644 index aa13f338..00000000 --- a/docs/functions/string.pad.html +++ /dev/null @@ -1,102 +0,0 @@ -pad | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function pad

-
-
    - -
  • -

    FillS the string with the given value until the string reaches the specified size

    - -

    Example

    pad("123", 5, 0); // "12300"
    -
    - -

    Example

    pad("123", -5, 0); // "00123"
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      size: number
    • -
    • -
      Optional value: string = " "
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.parseInt.html b/docs/functions/string.parseInt.html deleted file mode 100644 index 24f6f55a..00000000 --- a/docs/functions/string.parseInt.html +++ /dev/null @@ -1,97 +0,0 @@ -parseInt | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function parseInt

-
-
    - -
  • -

    Converts string to an integer of the specified radix

    - -

    Example

    parseInt("08"); // 8
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      Optional radix: number
    -

    Returns number

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.pluralize.html b/docs/functions/string.pluralize.html deleted file mode 100644 index a2a1c74f..00000000 --- a/docs/functions/string.pluralize.html +++ /dev/null @@ -1,112 +0,0 @@ -pluralize | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function pluralize

-
-
    - -
  • -

    Returns the singular or plural form of the word based on the input number

    - -

    Example

    pluralize('apple'); // 'apples'
    -
    - -

    Example

    pluralize('apple', 0); // 'apples'
    -
    - -

    Example

    pluralize('apple', 1); // 'apple'
    -
    - -

    Example

    pluralize('apple', 2); // 'apples'
    -
    - -

    Example

    pluralize('person', 2); // 'people'
    -
    - -

    Example

    pluralize('people', 1); // 'person'
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      Optional count: number
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.reduce.html b/docs/functions/string.reduce.html deleted file mode 100644 index aba78eda..00000000 --- a/docs/functions/string.reduce.html +++ /dev/null @@ -1,121 +0,0 @@ -reduce | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function reduce

-
-
    - -
  • -

    Just like array.reduce

    - -

    Example

    reduce('123', (prev, char) => prev + (+char), 0); // 6
    -
    -
    -
    -

    Type Parameters

    -
      -
    • -

      T = any

    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      fn: ((prev: T, char: string, index: number, chars: string[]) => T)
      -
        -
      • -
          -
        • (prev: T, char: string, index: number, chars: string[]): T
        • -
        • -
          -

          Parameters

          -
            -
          • -
            prev: T
          • -
          • -
            char: string
          • -
          • -
            index: number
          • -
          • -
            chars: string[]
          -

          Returns T

    • -
    • -
      initialValue: T = ...
    -

    Returns T

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.repeat.html b/docs/functions/string.repeat.html deleted file mode 100644 index fd211c60..00000000 --- a/docs/functions/string.repeat.html +++ /dev/null @@ -1,97 +0,0 @@ -repeat | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function repeat

-
-
    - -
  • -

    Initializes and fills an string with the specified value

    - -

    Example

    repeat(5, "2"); // "22222"
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      n: number
    • -
    • -
      Optional value: string = " "
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.reverse.html b/docs/functions/string.reverse.html deleted file mode 100644 index 3c642b33..00000000 --- a/docs/functions/string.reverse.html +++ /dev/null @@ -1,95 +0,0 @@ -reverse | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function reverse

-
-
    - -
  • -

    Reverses the string

    - -

    Example

    reverse("foobar"); // "raboof"
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.snakeCase.html b/docs/functions/string.snakeCase.html deleted file mode 100644 index 35b9ef57..00000000 --- a/docs/functions/string.snakeCase.html +++ /dev/null @@ -1,107 +0,0 @@ -snakeCase | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function snakeCase

-
-
    - -
  • -

    Converts a string to snake case

    - -

    Example

    snakeCase('camelCase'); // 'camel_case'
    -
    - -

    Example

    snakeCase('some text'); // 'some_text'
    -
    - -

    Example

    snakeCase('some-mixed_string With spaces_underscores-and-hyphens');
    // 'some_mixed_string_with_spaces_underscores_and_hyphens' -
    - -

    Example

    snakeCase('AllThe-small Things'); // "all_the_small_things"
    -
    - -

    Example

    snakeCase('IAmListeningToFMWhileLoadingDifferentURLOnMyBrowserAndAlsoEditingSomeXMLAndHTML');
    // 'i_am_listening_to_fm_while_loading_different_url_on_my_browser_and_also_editing_some_xml_and_html' -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.swapCase.html b/docs/functions/string.swapCase.html deleted file mode 100644 index b2d4867c..00000000 --- a/docs/functions/string.swapCase.html +++ /dev/null @@ -1,95 +0,0 @@ -swapCase | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function swapCase

-
-
    - -
  • -

    Returns a copy of the string in which all the case-based characters have had their case swapped

    - -

    Example

    swapCase('Hello'); // 'hELLO'
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.truncate.html b/docs/functions/string.truncate.html deleted file mode 100644 index af57313f..00000000 --- a/docs/functions/string.truncate.html +++ /dev/null @@ -1,102 +0,0 @@ -truncate | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function truncate

-
-
    - -
  • -

    Truncates a string up to a specified length

    - -

    Example

    truncate('boomerang', 7); // 'boom...'
    -
    - -

    Example

    truncate('boomerang', 7, '....'); // 'boo....'
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      num: number
    • -
    • -
      Optional truncateString: string = "..."
    -

    Returns string

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/functions/string.words.html b/docs/functions/string.words.html deleted file mode 100644 index cea9ed07..00000000 --- a/docs/functions/string.words.html +++ /dev/null @@ -1,100 +0,0 @@ -words | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Function words

-
-
    - -
  • -

    Converts a given string into an array of words

    - -

    Example

    words('I love javaScript!!'); // ["I", "love", "javaScript"]
    -
    - -

    Example

    words('python, javaScript & coffee'); // ["python", "javaScript", "coffee"]
    -
    -
    -
    -

    Parameters

    -
      -
    • -
      str: string
    • -
    • -
      Optional pattern: RegExp = ...
    -

    Returns string[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index e8981097..00000000 --- a/docs/index.html +++ /dev/null @@ -1,141 +0,0 @@ -prototyped.js - v3.0.3
-
- -
-
-
-
-

prototyped.js - v3.0.3

-
- -

Prototyped.js Tweet

- -

Common Typescript ready helpers & prototypes available for both Server-Side and Client-Side applications.

-

Npm Version -Build Status -Coverage Status -TypeScript Version -Tested With Jest -Npm Total Downloads -Npm Monthly Downloads -npm bundle size (minified) -npm bundle size (minified + gzip) -Open Issues -License -Github Stars -Github Forks

-

More than 100 useful methods collected in one place

-
-

if you have a method you think needs to be a part of this package, feel free to contribute

-
- - -

Table of Content

-
- - - -

Installation

-
-
npm i -s prototyped.js
-
- - -

Usage

-
-

All documents are available at here

- - -

ECMAScript

-
-

Apply prototypes:

-
import "prototyped.js/shim";
// or more specificaly...
import "prototyped.js/string/shim";
// or even more specificaly!
import "prototyped.js/string/words/shim";

console.log("hello world!".words()); // ['hello', 'world'] -
-

Or just import the methods without causing any side effect:

-
import words from "prototyped.js/string/words";

console.log(words("hello world!")); // ['hello', 'world']

import string from "prototyped.js/string";

console.log(string.words("hello world!")); // ['hello', 'world']

import pt from "prototyped.js";

console.log(pt.string.words("hello world!")); // ['hello', 'world'] -
- - -

CommonJS

-
-

Apply prototypes:

-
require("prototyped.js/shim");
// or more specificaly...
require("prototyped.js/string/shim");
// or even more specificaly!
require("prototyped.js/string/words/shim");

console.log("hello world!".words()); // ['hello', 'world'] -
-

Or just import the methods without causing any side effect:

-
const words = require("prototyped.js/string/words").default;

console.log(words("hello world!")); // ['hello', 'world']

const string = require("prototyped.js/string").default;

console.log(string.words("hello world!")); // ['hello', 'world']

const pt = require("prototyped.js").default;

console.log(pt.string.words("hello world!")); // ['hello', 'world'] -
- - -

Versioning

-
-

We use SemVer for versioning. For the versions available, see -the releases on this repository.

- - -

Authors

-
- -

See also the list of contributors who participated in this project.

- - -

License

-
-

This project is licensed under the MIT License - see the LICENSE file for details

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html deleted file mode 100644 index 773f7ad5..00000000 --- a/docs/modules.html +++ /dev/null @@ -1,83 +0,0 @@ -prototyped.js - v3.0.3
-
- -
-
-
-
-

prototyped.js - v3.0.3

-
-
-

Index

-
-

Namespaces

-
-
-

Enumerations

-
-
-

Type Aliases

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/array.html b/docs/modules/array.html deleted file mode 100644 index c84b21f0..00000000 --- a/docs/modules/array.html +++ /dev/null @@ -1,192 +0,0 @@ -array | prototyped.js - v3.0.3
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/boolean.html b/docs/modules/boolean.html deleted file mode 100644 index 6c484e12..00000000 --- a/docs/modules/boolean.html +++ /dev/null @@ -1,61 +0,0 @@ -boolean | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Namespace boolean

-
-
-

Index

-
-

Functions

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/date.html b/docs/modules/date.html deleted file mode 100644 index 9a7712c2..00000000 --- a/docs/modules/date.html +++ /dev/null @@ -1,69 +0,0 @@ -date | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Namespace date

-
-
-

Index

-
-

Functions

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/func.html b/docs/modules/func.html deleted file mode 100644 index 926f0840..00000000 --- a/docs/modules/func.html +++ /dev/null @@ -1,67 +0,0 @@ -func | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Namespace func

-
-
-

Index

-
-

Functions

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/globals.html b/docs/modules/globals.html deleted file mode 100644 index aaeba97f..00000000 --- a/docs/modules/globals.html +++ /dev/null @@ -1,61 +0,0 @@ -globals | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Namespace globals

-
-
-

Index

-
-

Functions

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/math.html b/docs/modules/math.html deleted file mode 100644 index fddb8f7c..00000000 --- a/docs/modules/math.html +++ /dev/null @@ -1,81 +0,0 @@ -math | prototyped.js - v3.0.3
-
- -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/number.html b/docs/modules/number.html deleted file mode 100644 index 26a2934d..00000000 --- a/docs/modules/number.html +++ /dev/null @@ -1,67 +0,0 @@ -number | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Namespace number

-
-
-

Index

-
-

Functions

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/object.html b/docs/modules/object.html deleted file mode 100644 index 6d9e0dab..00000000 --- a/docs/modules/object.html +++ /dev/null @@ -1,115 +0,0 @@ -object | prototyped.js - v3.0.3
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/modules/string.html b/docs/modules/string.html deleted file mode 100644 index 4770b92d..00000000 --- a/docs/modules/string.html +++ /dev/null @@ -1,111 +0,0 @@ -string | prototyped.js - v3.0.3
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/JoinT.html b/docs/types/JoinT.html deleted file mode 100644 index d3bb1fe9..00000000 --- a/docs/types/JoinT.html +++ /dev/null @@ -1,66 +0,0 @@ -JoinT | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Type alias JoinT<Value>

-
JoinT<Value>: Value extends [] ? never : Value extends [infer F] ? F : Value extends [infer F, ...(infer R)] ? F extends string ? string extends F ? string : `${F}.${JoinT<Extract<R, string[]>>}` : never : string
-

Type Parameters

-
    -
  • -

    Value extends string[]

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/OperatorT.html b/docs/types/OperatorT.html deleted file mode 100644 index 2e2c2859..00000000 --- a/docs/types/OperatorT.html +++ /dev/null @@ -1,62 +0,0 @@ -OperatorT | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Type alias OperatorT

-
OperatorT: "<" | "<=" | "=" | "<>" | ">=" | ">"
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/PathT.html b/docs/types/PathT.html deleted file mode 100644 index 65603653..00000000 --- a/docs/types/PathT.html +++ /dev/null @@ -1,66 +0,0 @@ -PathT | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Type alias PathT<Value>

-
PathT<Value>: Value extends RecordT ? JoinT<Extract<PathsToStringPropsT<Value>, string[]>> : never
-

Type Parameters

-
    -
  • -

    Value

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/PathsToStringPropsT.html b/docs/types/PathsToStringPropsT.html deleted file mode 100644 index 81dfcecc..00000000 --- a/docs/types/PathsToStringPropsT.html +++ /dev/null @@ -1,66 +0,0 @@ -PathsToStringPropsT | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Type alias PathsToStringPropsT<Value>

-
PathsToStringPropsT<Value>: Value extends Record<string, unknown> ? { [ Key in keyof Value]: [Key] | [Key, ...PathsToStringPropsT<Value[Key]>] }[keyof Value] : []
-

Type Parameters

-
    -
  • -

    Value

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/RecordT.html b/docs/types/RecordT.html deleted file mode 100644 index adc277b7..00000000 --- a/docs/types/RecordT.html +++ /dev/null @@ -1,62 +0,0 @@ -RecordT | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Type alias RecordT

-
RecordT: Record<string, any>
-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/array.CompactT.html b/docs/types/array.CompactT.html deleted file mode 100644 index 764ea3b0..00000000 --- a/docs/types/array.CompactT.html +++ /dev/null @@ -1,126 +0,0 @@ -CompactT | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Type alias CompactT<Value>

-
CompactT<Value>: Value extends "" ? never : Value extends 0 ? never : Value extends false ? never : Value extends null ? never : Value extends undefined ? never : Value
-

Type Parameters

-
    -
  • -

    Value

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/array.NestedArrayT.html b/docs/types/array.NestedArrayT.html deleted file mode 100644 index e4e9ba08..00000000 --- a/docs/types/array.NestedArrayT.html +++ /dev/null @@ -1,126 +0,0 @@ -NestedArrayT | prototyped.js - v3.0.3
-
- -
-
-
-
- -

Type alias NestedArrayT<Value>

-
NestedArrayT<Value>: (Value | NestedArrayT<Value>)[]
-

Type Parameters

-
    -
  • -

    Value

-
-
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/docs/types/array.OrderT.html b/docs/types/array.OrderT.html deleted file mode 100644 index 4631d08d..00000000 --- a/docs/types/array.OrderT.html +++ /dev/null @@ -1,122 +0,0 @@ -OrderT | prototyped.js - v3.0.3
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d6732a11..c21bb1d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,6 @@ "jest": "^28.1.3", "ts-jest": "^28.0.6", "typedoc": "^0.23.7", - "typedoc-plugin-example-tag": "^1.0.4", "typescript": "^4.7.4" }, "peerDependencies": { @@ -5334,15 +5333,6 @@ "typescript": "4.6.x || 4.7.x" } }, - "node_modules/typedoc-plugin-example-tag": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typedoc-plugin-example-tag/-/typedoc-plugin-example-tag-1.0.4.tgz", - "integrity": "sha512-T9JS9PN7htYUrHYMZy90bbzS0+Pri9jnc3oUFj4use5c24TXetTOEBVgs544F7Bt/wXraNL4WX54QDzd0bGthA==", - "dev": true, - "peerDependencies": { - "typedoc": ">=0.22.15 <1.0" - } - }, "node_modules/typedoc/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -9555,13 +9545,6 @@ } } }, - "typedoc-plugin-example-tag": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typedoc-plugin-example-tag/-/typedoc-plugin-example-tag-1.0.4.tgz", - "integrity": "sha512-T9JS9PN7htYUrHYMZy90bbzS0+Pri9jnc3oUFj4use5c24TXetTOEBVgs544F7Bt/wXraNL4WX54QDzd0bGthA==", - "dev": true, - "requires": {} - }, "typescript": { "version": "4.7.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", diff --git a/package.json b/package.json index 5a1209b8..b982f801 100644 --- a/package.json +++ b/package.json @@ -1478,7 +1478,6 @@ "jest": "^28.1.3", "ts-jest": "^28.0.6", "typedoc": "^0.23.7", - "typedoc-plugin-example-tag": "^1.0.4", "typescript": "^4.7.4" } } diff --git a/typedoc.json b/typedoc.json index b368b4ed..49986c46 100644 --- a/typedoc.json +++ b/typedoc.json @@ -7,6 +7,5 @@ "searchInComments": true, "githubPages": true, "cname": "prototyped.js.org", - "gaID": "G-4PFF2BZCH3", - "plugin": ["typedoc-plugin-example-tag"] + "gaID": "G-4PFF2BZCH3" }