@everyonesoftware/common 13.0.0 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/outputs/sources/ANSIStyles.d.ts +10 -0
- package/outputs/sources/ANSIStyles.d.ts.map +1 -0
- package/outputs/sources/ANSIStyles.js +23 -0
- package/outputs/sources/ANSIStyles.js.map +1 -0
- package/outputs/sources/CharacterTable.d.ts +11 -0
- package/outputs/sources/CharacterTable.d.ts.map +1 -0
- package/outputs/sources/CharacterTable.js +28 -0
- package/outputs/sources/CharacterTable.js.map +1 -0
- package/outputs/sources/Clock.d.ts +12 -0
- package/outputs/sources/Clock.d.ts.map +1 -0
- package/outputs/sources/Clock.js +10 -0
- package/outputs/sources/Clock.js.map +1 -0
- package/outputs/sources/FetchError.d.ts +7 -0
- package/outputs/sources/FetchError.d.ts.map +1 -0
- package/outputs/sources/FetchError.js +20 -0
- package/outputs/sources/FetchError.js.map +1 -0
- package/outputs/sources/HttpRequestHandler.d.ts +8 -0
- package/outputs/sources/HttpRequestHandler.d.ts.map +1 -0
- package/outputs/sources/HttpRequestHandler.js +2 -0
- package/outputs/sources/HttpRequestHandler.js.map +1 -0
- package/outputs/sources/IndentedCharacterWriteStream.d.ts +21 -0
- package/outputs/sources/IndentedCharacterWriteStream.d.ts.map +1 -0
- package/outputs/sources/IndentedCharacterWriteStream.js +110 -0
- package/outputs/sources/IndentedCharacterWriteStream.js.map +1 -0
- package/outputs/sources/Indexable.d.ts +51 -0
- package/outputs/sources/Indexable.d.ts.map +1 -0
- package/outputs/sources/Indexable.js +122 -0
- package/outputs/sources/Indexable.js.map +1 -0
- package/outputs/sources/MutableIndexable.d.ts +51 -0
- package/outputs/sources/MutableIndexable.d.ts.map +1 -0
- package/outputs/sources/MutableIndexable.js +96 -0
- package/outputs/sources/MutableIndexable.js.map +1 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.d.ts +25 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.d.ts.map +1 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.js +77 -0
- package/outputs/sources/NodeJSHttpOutgoingResponse.js.map +1 -0
- package/outputs/sources/RealClock.d.ts +11 -0
- package/outputs/sources/RealClock.d.ts.map +1 -0
- package/outputs/sources/RealClock.js +15 -0
- package/outputs/sources/RealClock.js.map +1 -0
- package/outputs/sources/Token.d.ts +31 -0
- package/outputs/sources/Token.d.ts.map +1 -0
- package/outputs/sources/Token.js +80 -0
- package/outputs/sources/Token.js.map +1 -0
- package/outputs/sources/TokenType.d.ts +19 -0
- package/outputs/sources/TokenType.d.ts.map +1 -0
- package/outputs/sources/TokenType.js +27 -0
- package/outputs/sources/TokenType.js.map +1 -0
- package/outputs/sources/Tokenizer.d.ts +37 -0
- package/outputs/sources/Tokenizer.d.ts.map +1 -0
- package/outputs/sources/Tokenizer.js +163 -0
- package/outputs/sources/Tokenizer.js.map +1 -0
- package/outputs/sources/assertMessageParameters.d.ts +22 -0
- package/outputs/sources/assertMessageParameters.d.ts.map +1 -0
- package/outputs/sources/assertMessageParameters.js +2 -0
- package/outputs/sources/assertMessageParameters.js.map +1 -0
- package/outputs/sources/asyncIterator.d.ts +155 -0
- package/outputs/sources/asyncIterator.d.ts.map +1 -0
- package/outputs/sources/asyncIterator.js +303 -0
- package/outputs/sources/asyncIterator.js.map +1 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.d.ts +13 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.js +34 -0
- package/outputs/sources/asyncIteratorToJavascriptAsyncIteratorAdapter.js.map +1 -0
- package/outputs/sources/asyncResult.d.ts +73 -0
- package/outputs/sources/asyncResult.d.ts.map +1 -0
- package/outputs/sources/asyncResult.js +33 -0
- package/outputs/sources/asyncResult.js.map +1 -0
- package/outputs/sources/basicDisposable.d.ts +21 -0
- package/outputs/sources/basicDisposable.d.ts.map +1 -0
- package/outputs/sources/basicDisposable.js +42 -0
- package/outputs/sources/basicDisposable.js.map +1 -0
- package/outputs/sources/byteList.d.ts +43 -0
- package/outputs/sources/byteList.d.ts.map +1 -0
- package/outputs/sources/byteList.js +128 -0
- package/outputs/sources/byteList.js.map +1 -0
- package/outputs/sources/byteListStream.d.ts +20 -0
- package/outputs/sources/byteListStream.d.ts.map +1 -0
- package/outputs/sources/byteListStream.js +84 -0
- package/outputs/sources/byteListStream.js.map +1 -0
- package/outputs/sources/byteReadStream.d.ts +23 -0
- package/outputs/sources/byteReadStream.d.ts.map +1 -0
- package/outputs/sources/byteReadStream.js +6 -0
- package/outputs/sources/byteReadStream.js.map +1 -0
- package/outputs/sources/byteWriteStream.d.ts +15 -0
- package/outputs/sources/byteWriteStream.d.ts.map +1 -0
- package/outputs/sources/byteWriteStream.js +6 -0
- package/outputs/sources/byteWriteStream.js.map +1 -0
- package/outputs/sources/bytes.d.ts +20 -0
- package/outputs/sources/bytes.d.ts.map +1 -0
- package/outputs/sources/bytes.js +22 -0
- package/outputs/sources/bytes.js.map +1 -0
- package/outputs/sources/characterList.d.ts +39 -0
- package/outputs/sources/characterList.d.ts.map +1 -0
- package/outputs/sources/characterList.js +122 -0
- package/outputs/sources/characterList.js.map +1 -0
- package/outputs/sources/characterListStream.d.ts +27 -0
- package/outputs/sources/characterListStream.d.ts.map +1 -0
- package/outputs/sources/characterListStream.js +103 -0
- package/outputs/sources/characterListStream.js.map +1 -0
- package/outputs/sources/characterReadStream.d.ts +25 -0
- package/outputs/sources/characterReadStream.d.ts.map +1 -0
- package/outputs/sources/characterReadStream.js +57 -0
- package/outputs/sources/characterReadStream.js.map +1 -0
- package/outputs/sources/characterReadStreamIterator.d.ts +31 -0
- package/outputs/sources/characterReadStreamIterator.d.ts.map +1 -0
- package/outputs/sources/characterReadStreamIterator.js +79 -0
- package/outputs/sources/characterReadStreamIterator.js.map +1 -0
- package/outputs/sources/characterWriteStream.d.ts +18 -0
- package/outputs/sources/characterWriteStream.d.ts.map +1 -0
- package/outputs/sources/characterWriteStream.js +27 -0
- package/outputs/sources/characterWriteStream.js.map +1 -0
- package/outputs/sources/commandLineParameter.d.ts +30 -0
- package/outputs/sources/commandLineParameter.d.ts.map +1 -0
- package/outputs/sources/commandLineParameter.js +73 -0
- package/outputs/sources/commandLineParameter.js.map +1 -0
- package/outputs/sources/commandLineParameters.d.ts +23 -0
- package/outputs/sources/commandLineParameters.d.ts.map +1 -0
- package/outputs/sources/commandLineParameters.js +82 -0
- package/outputs/sources/commandLineParameters.js.map +1 -0
- package/outputs/sources/comparable.d.ts +79 -0
- package/outputs/sources/comparable.d.ts.map +1 -0
- package/outputs/sources/comparable.js +106 -0
- package/outputs/sources/comparable.js.map +1 -0
- package/outputs/sources/comparer.d.ts +62 -0
- package/outputs/sources/comparer.d.ts.map +1 -0
- package/outputs/sources/comparer.js +102 -0
- package/outputs/sources/comparer.js.map +1 -0
- package/outputs/sources/comparison.d.ts +18 -0
- package/outputs/sources/comparison.d.ts.map +1 -0
- package/outputs/sources/comparison.js +19 -0
- package/outputs/sources/comparison.js.map +1 -0
- package/outputs/sources/concatenateIterable.d.ts +28 -0
- package/outputs/sources/concatenateIterable.d.ts.map +1 -0
- package/outputs/sources/concatenateIterable.js +74 -0
- package/outputs/sources/concatenateIterable.js.map +1 -0
- package/outputs/sources/concatenateIterator.d.ts +30 -0
- package/outputs/sources/concatenateIterator.d.ts.map +1 -0
- package/outputs/sources/concatenateIterator.js +104 -0
- package/outputs/sources/concatenateIterator.js.map +1 -0
- package/outputs/sources/condition.d.ts +248 -0
- package/outputs/sources/condition.d.ts.map +1 -0
- package/outputs/sources/condition.js +166 -0
- package/outputs/sources/condition.js.map +1 -0
- package/outputs/sources/currentProcess.d.ts +31 -0
- package/outputs/sources/currentProcess.d.ts.map +1 -0
- package/outputs/sources/currentProcess.js +106 -0
- package/outputs/sources/currentProcess.js.map +1 -0
- package/outputs/sources/dateTime.d.ts +44 -0
- package/outputs/sources/dateTime.d.ts.map +1 -0
- package/outputs/sources/dateTime.js +76 -0
- package/outputs/sources/dateTime.js.map +1 -0
- package/outputs/sources/depthFirstSearch.d.ts +9 -0
- package/outputs/sources/depthFirstSearch.d.ts.map +1 -0
- package/outputs/sources/depthFirstSearch.js +148 -0
- package/outputs/sources/depthFirstSearch.js.map +1 -0
- package/outputs/sources/disposable.d.ts +25 -0
- package/outputs/sources/disposable.d.ts.map +1 -0
- package/outputs/sources/disposable.js +16 -0
- package/outputs/sources/disposable.js.map +1 -0
- package/outputs/sources/emptyError.d.ts +7 -0
- package/outputs/sources/emptyError.d.ts.map +1 -0
- package/outputs/sources/emptyError.js +9 -0
- package/outputs/sources/emptyError.js.map +1 -0
- package/outputs/sources/english.d.ts +4 -0
- package/outputs/sources/english.d.ts.map +1 -0
- package/outputs/sources/english.js +33 -0
- package/outputs/sources/english.js.map +1 -0
- package/outputs/sources/equalFunctions.d.ts +18 -0
- package/outputs/sources/equalFunctions.d.ts.map +1 -0
- package/outputs/sources/equalFunctions.js +88 -0
- package/outputs/sources/equalFunctions.js.map +1 -0
- package/outputs/sources/fetchHttpClient.d.ts +16 -0
- package/outputs/sources/fetchHttpClient.d.ts.map +1 -0
- package/outputs/sources/fetchHttpClient.js +86 -0
- package/outputs/sources/fetchHttpClient.js.map +1 -0
- package/outputs/sources/fetchHttpResponse.d.ts +19 -0
- package/outputs/sources/fetchHttpResponse.d.ts.map +1 -0
- package/outputs/sources/fetchHttpResponse.js +72 -0
- package/outputs/sources/fetchHttpResponse.js.map +1 -0
- package/outputs/sources/flatMapIterable.d.ts +29 -0
- package/outputs/sources/flatMapIterable.d.ts.map +1 -0
- package/outputs/sources/flatMapIterable.js +61 -0
- package/outputs/sources/flatMapIterable.js.map +1 -0
- package/outputs/sources/flatMapIterator.d.ts +33 -0
- package/outputs/sources/flatMapIterator.d.ts.map +1 -0
- package/outputs/sources/flatMapIterator.js +95 -0
- package/outputs/sources/flatMapIterator.js.map +1 -0
- package/outputs/sources/generator.d.ts +55 -0
- package/outputs/sources/generator.d.ts.map +1 -0
- package/outputs/sources/generator.js +139 -0
- package/outputs/sources/generator.js.map +1 -0
- package/outputs/sources/httpClient.d.ts +21 -0
- package/outputs/sources/httpClient.d.ts.map +1 -0
- package/outputs/sources/httpClient.js +22 -0
- package/outputs/sources/httpClient.js.map +1 -0
- package/outputs/sources/httpHeader.d.ts +10 -0
- package/outputs/sources/httpHeader.d.ts.map +1 -0
- package/outputs/sources/httpHeader.js +25 -0
- package/outputs/sources/httpHeader.js.map +1 -0
- package/outputs/sources/httpHeaders.d.ts +68 -0
- package/outputs/sources/httpHeaders.d.ts.map +1 -0
- package/outputs/sources/httpHeaders.js +122 -0
- package/outputs/sources/httpHeaders.js.map +1 -0
- package/outputs/sources/httpIncomingRequest.d.ts +40 -0
- package/outputs/sources/httpIncomingRequest.d.ts.map +1 -0
- package/outputs/sources/httpIncomingRequest.js +6 -0
- package/outputs/sources/httpIncomingRequest.js.map +1 -0
- package/outputs/sources/httpIncomingResponse.d.ts +28 -0
- package/outputs/sources/httpIncomingResponse.d.ts.map +1 -0
- package/outputs/sources/httpIncomingResponse.js +6 -0
- package/outputs/sources/httpIncomingResponse.js.map +1 -0
- package/outputs/sources/httpMethod.d.ts +62 -0
- package/outputs/sources/httpMethod.d.ts.map +1 -0
- package/outputs/sources/httpMethod.js +136 -0
- package/outputs/sources/httpMethod.js.map +1 -0
- package/outputs/sources/httpOutgoingRequest.d.ts +50 -0
- package/outputs/sources/httpOutgoingRequest.d.ts.map +1 -0
- package/outputs/sources/httpOutgoingRequest.js +84 -0
- package/outputs/sources/httpOutgoingRequest.js.map +1 -0
- package/outputs/sources/httpOutgoingResponse.d.ts +46 -0
- package/outputs/sources/httpOutgoingResponse.d.ts.map +1 -0
- package/outputs/sources/httpOutgoingResponse.js +6 -0
- package/outputs/sources/httpOutgoingResponse.js.map +1 -0
- package/outputs/sources/httpServer.d.ts +29 -0
- package/outputs/sources/httpServer.d.ts.map +1 -0
- package/outputs/sources/httpServer.js +3 -0
- package/outputs/sources/httpServer.js.map +1 -0
- package/outputs/sources/inMemoryCharacterWriteStream.d.ts +15 -0
- package/outputs/sources/inMemoryCharacterWriteStream.d.ts.map +1 -0
- package/outputs/sources/inMemoryCharacterWriteStream.js +52 -0
- package/outputs/sources/inMemoryCharacterWriteStream.js.map +1 -0
- package/outputs/sources/index.d.ts +111 -0
- package/outputs/sources/index.d.ts.map +1 -0
- package/outputs/sources/index.js +111 -0
- package/outputs/sources/index.js.map +1 -0
- package/outputs/sources/iterable.d.ts +132 -0
- package/outputs/sources/iterable.d.ts.map +1 -0
- package/outputs/sources/iterable.js +251 -0
- package/outputs/sources/iterable.js.map +1 -0
- package/outputs/sources/iterator.d.ts +163 -0
- package/outputs/sources/iterator.d.ts.map +1 -0
- package/outputs/sources/iterator.js +332 -0
- package/outputs/sources/iterator.js.map +1 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.d.ts +13 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.js +34 -0
- package/outputs/sources/iteratorToJavascriptIteratorAdapter.js.map +1 -0
- package/outputs/sources/javascript.d.ts +51 -0
- package/outputs/sources/javascript.d.ts.map +1 -0
- package/outputs/sources/javascript.js +8 -0
- package/outputs/sources/javascript.js.map +1 -0
- package/outputs/sources/javascriptArrayList.d.ts +39 -0
- package/outputs/sources/javascriptArrayList.d.ts.map +1 -0
- package/outputs/sources/javascriptArrayList.js +104 -0
- package/outputs/sources/javascriptArrayList.js.map +1 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.d.ts +29 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.js +77 -0
- package/outputs/sources/javascriptAsyncIteratorToAsyncIteratorAdapter.js.map +1 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.d.ts +31 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.d.ts.map +1 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.js +83 -0
- package/outputs/sources/javascriptIteratorToIteratorAdapter.js.map +1 -0
- package/outputs/sources/javascriptMapMap.d.ts +37 -0
- package/outputs/sources/javascriptMapMap.d.ts.map +1 -0
- package/outputs/sources/javascriptMapMap.js +88 -0
- package/outputs/sources/javascriptMapMap.js.map +1 -0
- package/outputs/sources/javascriptSetSet.d.ts +33 -0
- package/outputs/sources/javascriptSetSet.d.ts.map +1 -0
- package/outputs/sources/javascriptSetSet.js +84 -0
- package/outputs/sources/javascriptSetSet.js.map +1 -0
- package/outputs/sources/list.d.ts +106 -0
- package/outputs/sources/list.d.ts.map +1 -0
- package/outputs/sources/list.js +211 -0
- package/outputs/sources/list.js.map +1 -0
- package/outputs/sources/listQueue.d.ts +16 -0
- package/outputs/sources/listQueue.d.ts.map +1 -0
- package/outputs/sources/listQueue.js +39 -0
- package/outputs/sources/listQueue.js.map +1 -0
- package/outputs/sources/listStack.d.ts +17 -0
- package/outputs/sources/listStack.d.ts.map +1 -0
- package/outputs/sources/listStack.js +42 -0
- package/outputs/sources/listStack.js.map +1 -0
- package/outputs/sources/luxonDateTime.d.ts +26 -0
- package/outputs/sources/luxonDateTime.d.ts.map +1 -0
- package/outputs/sources/luxonDateTime.js +70 -0
- package/outputs/sources/luxonDateTime.js.map +1 -0
- package/outputs/sources/map.d.ts +105 -0
- package/outputs/sources/map.d.ts.map +1 -0
- package/outputs/sources/map.js +185 -0
- package/outputs/sources/map.js.map +1 -0
- package/outputs/sources/mapAsyncIterator.d.ts +34 -0
- package/outputs/sources/mapAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/mapAsyncIterator.js +91 -0
- package/outputs/sources/mapAsyncIterator.js.map +1 -0
- package/outputs/sources/mapIterable.d.ts +31 -0
- package/outputs/sources/mapIterable.d.ts.map +1 -0
- package/outputs/sources/mapIterable.js +64 -0
- package/outputs/sources/mapIterable.js.map +1 -0
- package/outputs/sources/mapIterator.d.ts +35 -0
- package/outputs/sources/mapIterator.d.ts.map +1 -0
- package/outputs/sources/mapIterator.js +93 -0
- package/outputs/sources/mapIterator.js.map +1 -0
- package/outputs/sources/mutableCondition.d.ts +99 -0
- package/outputs/sources/mutableCondition.d.ts.map +1 -0
- package/outputs/sources/mutableCondition.js +334 -0
- package/outputs/sources/mutableCondition.js.map +1 -0
- package/outputs/sources/mutableHttpHeaders.d.ts +44 -0
- package/outputs/sources/mutableHttpHeaders.d.ts.map +1 -0
- package/outputs/sources/mutableHttpHeaders.js +125 -0
- package/outputs/sources/mutableHttpHeaders.js.map +1 -0
- package/outputs/sources/mutableMap.d.ts +125 -0
- package/outputs/sources/mutableMap.d.ts.map +1 -0
- package/outputs/sources/mutableMap.js +179 -0
- package/outputs/sources/mutableMap.js.map +1 -0
- package/outputs/sources/network.d.ts +16 -0
- package/outputs/sources/network.d.ts.map +1 -0
- package/outputs/sources/network.js +6 -0
- package/outputs/sources/network.js.map +1 -0
- package/outputs/sources/node.d.ts +11 -0
- package/outputs/sources/node.d.ts.map +1 -0
- package/outputs/sources/node.js +24 -0
- package/outputs/sources/node.js.map +1 -0
- package/outputs/sources/nodeJSCharacterWriteStream.d.ts +9 -0
- package/outputs/sources/nodeJSCharacterWriteStream.d.ts.map +1 -0
- package/outputs/sources/nodeJSCharacterWriteStream.js +28 -0
- package/outputs/sources/nodeJSCharacterWriteStream.js.map +1 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.d.ts +21 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.d.ts.map +1 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.js +88 -0
- package/outputs/sources/nodeJSHttpIncomingRequest.js.map +1 -0
- package/outputs/sources/nodeJSHttpServer.d.ts +21 -0
- package/outputs/sources/nodeJSHttpServer.d.ts.map +1 -0
- package/outputs/sources/nodeJSHttpServer.js +83 -0
- package/outputs/sources/nodeJSHttpServer.js.map +1 -0
- package/outputs/sources/notFoundError.d.ts +7 -0
- package/outputs/sources/notFoundError.d.ts.map +1 -0
- package/outputs/sources/notFoundError.js +10 -0
- package/outputs/sources/notFoundError.js.map +1 -0
- package/outputs/sources/postCondition.d.ts +186 -0
- package/outputs/sources/postCondition.d.ts.map +1 -0
- package/outputs/sources/postCondition.js +224 -0
- package/outputs/sources/postCondition.js.map +1 -0
- package/outputs/sources/postConditionError.d.ts +7 -0
- package/outputs/sources/postConditionError.d.ts.map +1 -0
- package/outputs/sources/postConditionError.js +10 -0
- package/outputs/sources/postConditionError.js.map +1 -0
- package/outputs/sources/preCondition.d.ts +186 -0
- package/outputs/sources/preCondition.d.ts.map +1 -0
- package/outputs/sources/preCondition.js +224 -0
- package/outputs/sources/preCondition.js.map +1 -0
- package/outputs/sources/preConditionError.d.ts +7 -0
- package/outputs/sources/preConditionError.d.ts.map +1 -0
- package/outputs/sources/preConditionError.js +10 -0
- package/outputs/sources/preConditionError.js.map +1 -0
- package/outputs/sources/promiseAsyncResult.d.ts +22 -0
- package/outputs/sources/promiseAsyncResult.d.ts.map +1 -0
- package/outputs/sources/promiseAsyncResult.js +131 -0
- package/outputs/sources/promiseAsyncResult.js.map +1 -0
- package/outputs/sources/property.d.ts +15 -0
- package/outputs/sources/property.d.ts.map +1 -0
- package/outputs/sources/property.js +44 -0
- package/outputs/sources/property.js.map +1 -0
- package/outputs/sources/queue.d.ts +39 -0
- package/outputs/sources/queue.d.ts.map +1 -0
- package/outputs/sources/queue.js +14 -0
- package/outputs/sources/queue.js.map +1 -0
- package/outputs/sources/realNetwork.d.ts +10 -0
- package/outputs/sources/realNetwork.d.ts.map +1 -0
- package/outputs/sources/realNetwork.js +18 -0
- package/outputs/sources/realNetwork.js.map +1 -0
- package/outputs/sources/recreationDotGovClient.d.ts +79 -0
- package/outputs/sources/recreationDotGovClient.d.ts.map +1 -0
- package/outputs/sources/recreationDotGovClient.js +130 -0
- package/outputs/sources/recreationDotGovClient.js.map +1 -0
- package/outputs/sources/searchControl.d.ts +36 -0
- package/outputs/sources/searchControl.d.ts.map +1 -0
- package/outputs/sources/searchControl.js +6 -0
- package/outputs/sources/searchControl.js.map +1 -0
- package/outputs/sources/set.d.ts +62 -0
- package/outputs/sources/set.d.ts.map +1 -0
- package/outputs/sources/set.js +145 -0
- package/outputs/sources/set.js.map +1 -0
- package/outputs/sources/skipAsyncIterator.d.ts +34 -0
- package/outputs/sources/skipAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/skipAsyncIterator.js +94 -0
- package/outputs/sources/skipAsyncIterator.js.map +1 -0
- package/outputs/sources/skipIterator.d.ts +36 -0
- package/outputs/sources/skipIterator.d.ts.map +1 -0
- package/outputs/sources/skipIterator.js +100 -0
- package/outputs/sources/skipIterator.js.map +1 -0
- package/outputs/sources/stack.d.ts +43 -0
- package/outputs/sources/stack.d.ts.map +1 -0
- package/outputs/sources/stack.js +14 -0
- package/outputs/sources/stack.js.map +1 -0
- package/outputs/sources/stringComparer.d.ts +12 -0
- package/outputs/sources/stringComparer.d.ts.map +1 -0
- package/outputs/sources/stringComparer.js +24 -0
- package/outputs/sources/stringComparer.js.map +1 -0
- package/outputs/sources/stringIterator.d.ts +36 -0
- package/outputs/sources/stringIterator.d.ts.map +1 -0
- package/outputs/sources/stringIterator.js +94 -0
- package/outputs/sources/stringIterator.js.map +1 -0
- package/outputs/sources/strings.d.ts +78 -0
- package/outputs/sources/strings.d.ts.map +1 -0
- package/outputs/sources/strings.js +218 -0
- package/outputs/sources/strings.js.map +1 -0
- package/outputs/sources/syncResult.d.ts +32 -0
- package/outputs/sources/syncResult.d.ts.map +1 -0
- package/outputs/sources/syncResult.js +200 -0
- package/outputs/sources/syncResult.js.map +1 -0
- package/outputs/sources/takeAsyncIterator.d.ts +34 -0
- package/outputs/sources/takeAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/takeAsyncIterator.js +92 -0
- package/outputs/sources/takeAsyncIterator.js.map +1 -0
- package/outputs/sources/takeIterator.d.ts +36 -0
- package/outputs/sources/takeIterator.d.ts.map +1 -0
- package/outputs/sources/takeIterator.js +98 -0
- package/outputs/sources/takeIterator.js.map +1 -0
- package/outputs/sources/toStringFunctions.d.ts +21 -0
- package/outputs/sources/toStringFunctions.d.ts.map +1 -0
- package/outputs/sources/toStringFunctions.js +130 -0
- package/outputs/sources/toStringFunctions.js.map +1 -0
- package/outputs/sources/types.d.ts +194 -0
- package/outputs/sources/types.d.ts.map +1 -0
- package/outputs/sources/types.js +277 -0
- package/outputs/sources/types.js.map +1 -0
- package/outputs/sources/whereAsyncIterator.d.ts +33 -0
- package/outputs/sources/whereAsyncIterator.d.ts.map +1 -0
- package/outputs/sources/whereAsyncIterator.js +91 -0
- package/outputs/sources/whereAsyncIterator.js.map +1 -0
- package/outputs/sources/whereIterable.d.ts +32 -0
- package/outputs/sources/whereIterable.d.ts.map +1 -0
- package/outputs/sources/whereIterable.js +65 -0
- package/outputs/sources/whereIterable.js.map +1 -0
- package/outputs/sources/whereIterator.d.ts +35 -0
- package/outputs/sources/whereIterator.d.ts.map +1 -0
- package/outputs/sources/whereIterator.js +102 -0
- package/outputs/sources/whereIterator.js.map +1 -0
- package/outputs/sources/wonderlandTrailClient.d.ts +202 -0
- package/outputs/sources/wonderlandTrailClient.d.ts.map +1 -0
- package/outputs/sources/wonderlandTrailClient.js +1094 -0
- package/outputs/sources/wonderlandTrailClient.js.map +1 -0
- package/outputs/tests/AssertTestCreator.d.ts +11 -0
- package/outputs/tests/AssertTestCreator.d.ts.map +1 -0
- package/outputs/tests/AssertTestCreator.js +15 -0
- package/outputs/tests/AssertTestCreator.js.map +1 -0
- package/outputs/tests/BasicTestError.d.ts +14 -0
- package/outputs/tests/BasicTestError.d.ts.map +1 -0
- package/outputs/tests/BasicTestError.js +94 -0
- package/outputs/tests/BasicTestError.js.map +1 -0
- package/outputs/tests/BasicTestErrorCreator.d.ts +11 -0
- package/outputs/tests/BasicTestErrorCreator.d.ts.map +1 -0
- package/outputs/tests/BasicTestErrorCreator.js +15 -0
- package/outputs/tests/BasicTestErrorCreator.js.map +1 -0
- package/outputs/tests/BasicTestErrorTests.d.ts +3 -0
- package/outputs/tests/BasicTestErrorTests.d.ts.map +1 -0
- package/outputs/tests/BasicTestErrorTests.js +236 -0
- package/outputs/tests/BasicTestErrorTests.js.map +1 -0
- package/outputs/tests/CharacterTableTests.d.ts +3 -0
- package/outputs/tests/CharacterTableTests.d.ts.map +1 -0
- package/outputs/tests/CharacterTableTests.js +24 -0
- package/outputs/tests/CharacterTableTests.js.map +1 -0
- package/outputs/tests/ClockTests.d.ts +5 -0
- package/outputs/tests/ClockTests.d.ts.map +1 -0
- package/outputs/tests/ClockTests.js +23 -0
- package/outputs/tests/ClockTests.js.map +1 -0
- package/outputs/tests/CommandLineParametersTests.d.ts +3 -0
- package/outputs/tests/CommandLineParametersTests.d.ts.map +1 -0
- package/outputs/tests/CommandLineParametersTests.js +58 -0
- package/outputs/tests/CommandLineParametersTests.js.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUI.d.ts +49 -0
- package/outputs/tests/ConsoleTestRunnerUI.d.ts.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUI.js +213 -0
- package/outputs/tests/ConsoleTestRunnerUI.js.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUITests.d.ts +5 -0
- package/outputs/tests/ConsoleTestRunnerUITests.d.ts.map +1 -0
- package/outputs/tests/ConsoleTestRunnerUITests.js +26 -0
- package/outputs/tests/ConsoleTestRunnerUITests.js.map +1 -0
- package/outputs/tests/FakeClock.d.ts +16 -0
- package/outputs/tests/FakeClock.d.ts.map +1 -0
- package/outputs/tests/FakeClock.js +27 -0
- package/outputs/tests/FakeClock.js.map +1 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.d.ts +3 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.d.ts.map +1 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.js +269 -0
- package/outputs/tests/IndentedCharacterWriteStreamTests.js.map +1 -0
- package/outputs/tests/IndexableTests.d.ts +5 -0
- package/outputs/tests/IndexableTests.d.ts.map +1 -0
- package/outputs/tests/IndexableTests.js +46 -0
- package/outputs/tests/IndexableTests.js.map +1 -0
- package/outputs/tests/MutableIndexableTests.d.ts +5 -0
- package/outputs/tests/MutableIndexableTests.d.ts.map +1 -0
- package/outputs/tests/MutableIndexableTests.js +33 -0
- package/outputs/tests/MutableIndexableTests.js.map +1 -0
- package/outputs/tests/TestCreator.d.ts +15 -0
- package/outputs/tests/TestCreator.d.ts.map +1 -0
- package/outputs/tests/TestCreator.js +13 -0
- package/outputs/tests/TestCreator.js.map +1 -0
- package/outputs/tests/TestError.d.ts +31 -0
- package/outputs/tests/TestError.d.ts.map +1 -0
- package/outputs/tests/TestError.js +5 -0
- package/outputs/tests/TestError.js.map +1 -0
- package/outputs/tests/TestErrorCreator.d.ts +6 -0
- package/outputs/tests/TestErrorCreator.d.ts.map +1 -0
- package/outputs/tests/TestErrorCreator.js +7 -0
- package/outputs/tests/TestErrorCreator.js.map +1 -0
- package/outputs/tests/TokenizerTests.d.ts +3 -0
- package/outputs/tests/TokenizerTests.d.ts.map +1 -0
- package/outputs/tests/TokenizerTests.js +100 -0
- package/outputs/tests/TokenizerTests.js.map +1 -0
- package/outputs/tests/assertTest.d.ts +32 -0
- package/outputs/tests/assertTest.d.ts.map +1 -0
- package/outputs/tests/assertTest.js +75 -0
- package/outputs/tests/assertTest.js.map +1 -0
- package/outputs/tests/assertTestTests.d.ts +3 -0
- package/outputs/tests/assertTestTests.d.ts.map +1 -0
- package/outputs/tests/assertTestTests.js +49 -0
- package/outputs/tests/assertTestTests.js.map +1 -0
- package/outputs/tests/basicTestSkip.d.ts +20 -0
- package/outputs/tests/basicTestSkip.d.ts.map +1 -0
- package/outputs/tests/basicTestSkip.js +36 -0
- package/outputs/tests/basicTestSkip.js.map +1 -0
- package/outputs/tests/byteListStreamTests.d.ts +3 -0
- package/outputs/tests/byteListStreamTests.d.ts.map +1 -0
- package/outputs/tests/byteListStreamTests.js +247 -0
- package/outputs/tests/byteListStreamTests.js.map +1 -0
- package/outputs/tests/byteListTests.d.ts +3 -0
- package/outputs/tests/byteListTests.d.ts.map +1 -0
- package/outputs/tests/byteListTests.js +5 -0
- package/outputs/tests/byteListTests.js.map +1 -0
- package/outputs/tests/bytesTests.d.ts +3 -0
- package/outputs/tests/bytesTests.d.ts.map +1 -0
- package/outputs/tests/bytesTests.js +30 -0
- package/outputs/tests/bytesTests.js.map +1 -0
- package/outputs/tests/characterListStreamTests.d.ts +3 -0
- package/outputs/tests/characterListStreamTests.d.ts.map +1 -0
- package/outputs/tests/characterListStreamTests.js +247 -0
- package/outputs/tests/characterListStreamTests.js.map +1 -0
- package/outputs/tests/characterListTests.d.ts +3 -0
- package/outputs/tests/characterListTests.d.ts.map +1 -0
- package/outputs/tests/characterListTests.js +159 -0
- package/outputs/tests/characterListTests.js.map +1 -0
- package/outputs/tests/characterWriteStreamTests.d.ts +4 -0
- package/outputs/tests/characterWriteStreamTests.d.ts.map +1 -0
- package/outputs/tests/characterWriteStreamTests.js +7 -0
- package/outputs/tests/characterWriteStreamTests.js.map +1 -0
- package/outputs/tests/comparerTests.d.ts +3 -0
- package/outputs/tests/comparerTests.d.ts.map +1 -0
- package/outputs/tests/comparerTests.js +67 -0
- package/outputs/tests/comparerTests.js.map +1 -0
- package/outputs/tests/conditionTests.d.ts +3 -0
- package/outputs/tests/conditionTests.d.ts.map +1 -0
- package/outputs/tests/conditionTests.js +602 -0
- package/outputs/tests/conditionTests.js.map +1 -0
- package/outputs/tests/consoleTestRunner.d.ts +95 -0
- package/outputs/tests/consoleTestRunner.d.ts.map +1 -0
- package/outputs/tests/consoleTestRunner.js +351 -0
- package/outputs/tests/consoleTestRunner.js.map +1 -0
- package/outputs/tests/consoleTestRunnerTests.d.ts +3 -0
- package/outputs/tests/consoleTestRunnerTests.d.ts.map +1 -0
- package/outputs/tests/consoleTestRunnerTests.js +537 -0
- package/outputs/tests/consoleTestRunnerTests.js.map +1 -0
- package/outputs/tests/dateTimeTests.d.ts +3 -0
- package/outputs/tests/dateTimeTests.d.ts.map +1 -0
- package/outputs/tests/dateTimeTests.js +24 -0
- package/outputs/tests/dateTimeTests.js.map +1 -0
- package/outputs/tests/depthFirstSearchTests.d.ts +3 -0
- package/outputs/tests/depthFirstSearchTests.d.ts.map +1 -0
- package/outputs/tests/depthFirstSearchTests.js +61 -0
- package/outputs/tests/depthFirstSearchTests.js.map +1 -0
- package/outputs/tests/disposableTests.d.ts +3 -0
- package/outputs/tests/disposableTests.d.ts.map +1 -0
- package/outputs/tests/disposableTests.js +81 -0
- package/outputs/tests/disposableTests.js.map +1 -0
- package/outputs/tests/englishTests.d.ts +3 -0
- package/outputs/tests/englishTests.d.ts.map +1 -0
- package/outputs/tests/englishTests.js +68 -0
- package/outputs/tests/englishTests.js.map +1 -0
- package/outputs/tests/equalFunctionsTests.d.ts +3 -0
- package/outputs/tests/equalFunctionsTests.d.ts.map +1 -0
- package/outputs/tests/equalFunctionsTests.js +187 -0
- package/outputs/tests/equalFunctionsTests.js.map +1 -0
- package/outputs/tests/failedTest.d.ts +11 -0
- package/outputs/tests/failedTest.d.ts.map +1 -0
- package/outputs/tests/failedTest.js +21 -0
- package/outputs/tests/failedTest.js.map +1 -0
- package/outputs/tests/fetchHttpClientTests.d.ts +3 -0
- package/outputs/tests/fetchHttpClientTests.d.ts.map +1 -0
- package/outputs/tests/fetchHttpClientTests.js +21 -0
- package/outputs/tests/fetchHttpClientTests.js.map +1 -0
- package/outputs/tests/generatorTests.d.ts +3 -0
- package/outputs/tests/generatorTests.d.ts.map +1 -0
- package/outputs/tests/generatorTests.js +55 -0
- package/outputs/tests/generatorTests.js.map +1 -0
- package/outputs/tests/httpClientTests.d.ts +3 -0
- package/outputs/tests/httpClientTests.d.ts.map +1 -0
- package/outputs/tests/httpClientTests.js +12 -0
- package/outputs/tests/httpClientTests.js.map +1 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.d.ts +3 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.d.ts.map +1 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.js +84 -0
- package/outputs/tests/inMemoryCharacterWriteStreamTests.js.map +1 -0
- package/outputs/tests/index.d.ts +12 -0
- package/outputs/tests/index.d.ts.map +1 -0
- package/outputs/tests/index.js +12 -0
- package/outputs/tests/index.js.map +1 -0
- package/outputs/tests/iterableTests.d.ts +5 -0
- package/outputs/tests/iterableTests.d.ts.map +1 -0
- package/outputs/tests/iterableTests.js +155 -0
- package/outputs/tests/iterableTests.js.map +1 -0
- package/outputs/tests/iteratorTests.d.ts +5 -0
- package/outputs/tests/iteratorTests.d.ts.map +1 -0
- package/outputs/tests/iteratorTests.js +728 -0
- package/outputs/tests/iteratorTests.js.map +1 -0
- package/outputs/tests/javascriptMapMapTests.d.ts +3 -0
- package/outputs/tests/javascriptMapMapTests.d.ts.map +1 -0
- package/outputs/tests/javascriptMapMapTests.js +14 -0
- package/outputs/tests/javascriptMapMapTests.js.map +1 -0
- package/outputs/tests/listTests.d.ts +3 -0
- package/outputs/tests/listTests.d.ts.map +1 -0
- package/outputs/tests/listTests.js +202 -0
- package/outputs/tests/listTests.js.map +1 -0
- package/outputs/tests/mapIteratorTests.d.ts +3 -0
- package/outputs/tests/mapIteratorTests.d.ts.map +1 -0
- package/outputs/tests/mapIteratorTests.js +27 -0
- package/outputs/tests/mapIteratorTests.js.map +1 -0
- package/outputs/tests/mapTests.d.ts +5 -0
- package/outputs/tests/mapTests.d.ts.map +1 -0
- package/outputs/tests/mapTests.js +64 -0
- package/outputs/tests/mapTests.js.map +1 -0
- package/outputs/tests/mutableConditionTests.d.ts +3 -0
- package/outputs/tests/mutableConditionTests.d.ts.map +1 -0
- package/outputs/tests/mutableConditionTests.js +174 -0
- package/outputs/tests/mutableConditionTests.js.map +1 -0
- package/outputs/tests/mutableMapTests.d.ts +5 -0
- package/outputs/tests/mutableMapTests.d.ts.map +1 -0
- package/outputs/tests/mutableMapTests.js +102 -0
- package/outputs/tests/mutableMapTests.js.map +1 -0
- package/outputs/tests/nodeJSHttpServerTests.d.ts +3 -0
- package/outputs/tests/nodeJSHttpServerTests.d.ts.map +1 -0
- package/outputs/tests/nodeJSHttpServerTests.js +50 -0
- package/outputs/tests/nodeJSHttpServerTests.js.map +1 -0
- package/outputs/tests/notFoundErrorTests.d.ts +3 -0
- package/outputs/tests/notFoundErrorTests.d.ts.map +1 -0
- package/outputs/tests/notFoundErrorTests.js +17 -0
- package/outputs/tests/notFoundErrorTests.js.map +1 -0
- package/outputs/tests/postConditionErrorTests.d.ts +3 -0
- package/outputs/tests/postConditionErrorTests.d.ts.map +1 -0
- package/outputs/tests/postConditionErrorTests.js +17 -0
- package/outputs/tests/postConditionErrorTests.js.map +1 -0
- package/outputs/tests/preConditionErrorTests.d.ts +3 -0
- package/outputs/tests/preConditionErrorTests.d.ts.map +1 -0
- package/outputs/tests/preConditionErrorTests.js +17 -0
- package/outputs/tests/preConditionErrorTests.js.map +1 -0
- package/outputs/tests/promiseAsyncResultTests.d.ts +3 -0
- package/outputs/tests/promiseAsyncResultTests.d.ts.map +1 -0
- package/outputs/tests/promiseAsyncResultTests.js +487 -0
- package/outputs/tests/promiseAsyncResultTests.js.map +1 -0
- package/outputs/tests/propertyTests.d.ts +3 -0
- package/outputs/tests/propertyTests.d.ts.map +1 -0
- package/outputs/tests/propertyTests.js +41 -0
- package/outputs/tests/propertyTests.js.map +1 -0
- package/outputs/tests/queueTests.d.ts +3 -0
- package/outputs/tests/queueTests.d.ts.map +1 -0
- package/outputs/tests/queueTests.js +20 -0
- package/outputs/tests/queueTests.js.map +1 -0
- package/outputs/tests/recreationDotGovClientTests.d.ts +3 -0
- package/outputs/tests/recreationDotGovClientTests.d.ts.map +1 -0
- package/outputs/tests/recreationDotGovClientTests.js +111 -0
- package/outputs/tests/recreationDotGovClientTests.js.map +1 -0
- package/outputs/tests/setTests.d.ts +3 -0
- package/outputs/tests/setTests.d.ts.map +1 -0
- package/outputs/tests/setTests.js +92 -0
- package/outputs/tests/setTests.js.map +1 -0
- package/outputs/tests/skippedTest.d.ts +11 -0
- package/outputs/tests/skippedTest.d.ts.map +1 -0
- package/outputs/tests/skippedTest.js +21 -0
- package/outputs/tests/skippedTest.js.map +1 -0
- package/outputs/tests/stackTests.d.ts +3 -0
- package/outputs/tests/stackTests.d.ts.map +1 -0
- package/outputs/tests/stackTests.js +45 -0
- package/outputs/tests/stackTests.js.map +1 -0
- package/outputs/tests/stringComparerTests.d.ts +3 -0
- package/outputs/tests/stringComparerTests.d.ts.map +1 -0
- package/outputs/tests/stringComparerTests.js +47 -0
- package/outputs/tests/stringComparerTests.js.map +1 -0
- package/outputs/tests/stringIteratorTests.d.ts +3 -0
- package/outputs/tests/stringIteratorTests.d.ts.map +1 -0
- package/outputs/tests/stringIteratorTests.js +81 -0
- package/outputs/tests/stringIteratorTests.js.map +1 -0
- package/outputs/tests/stringsTests.d.ts +3 -0
- package/outputs/tests/stringsTests.d.ts.map +1 -0
- package/outputs/tests/stringsTests.js +384 -0
- package/outputs/tests/stringsTests.js.map +1 -0
- package/outputs/tests/syncResultTests.d.ts +3 -0
- package/outputs/tests/syncResultTests.d.ts.map +1 -0
- package/outputs/tests/syncResultTests.js +900 -0
- package/outputs/tests/syncResultTests.js.map +1 -0
- package/outputs/tests/test.d.ts +144 -0
- package/outputs/tests/test.d.ts.map +1 -0
- package/outputs/tests/test.js +145 -0
- package/outputs/tests/test.js.map +1 -0
- package/outputs/tests/testAction.d.ts +22 -0
- package/outputs/tests/testAction.d.ts.map +1 -0
- package/outputs/tests/testAction.js +56 -0
- package/outputs/tests/testAction.js.map +1 -0
- package/outputs/tests/testActionTests.d.ts +3 -0
- package/outputs/tests/testActionTests.d.ts.map +1 -0
- package/outputs/tests/testActionTests.js +56 -0
- package/outputs/tests/testActionTests.js.map +1 -0
- package/outputs/tests/testFailureTests.d.ts +3 -0
- package/outputs/tests/testFailureTests.d.ts.map +1 -0
- package/outputs/tests/testFailureTests.js +7 -0
- package/outputs/tests/testFailureTests.js.map +1 -0
- package/outputs/tests/testRunner.d.ts +107 -0
- package/outputs/tests/testRunner.d.ts.map +1 -0
- package/outputs/tests/testRunner.js +63 -0
- package/outputs/tests/testRunner.js.map +1 -0
- package/outputs/tests/testRunnerTests.d.ts +4 -0
- package/outputs/tests/testRunnerTests.d.ts.map +1 -0
- package/outputs/tests/testRunnerTests.js +258 -0
- package/outputs/tests/testRunnerTests.js.map +1 -0
- package/outputs/tests/testSkip.d.ts +24 -0
- package/outputs/tests/testSkip.d.ts.map +1 -0
- package/outputs/tests/testSkip.js +19 -0
- package/outputs/tests/testSkip.js.map +1 -0
- package/outputs/tests/tests.d.ts +2 -0
- package/outputs/tests/tests.d.ts.map +1 -0
- package/outputs/tests/tests.js +115 -0
- package/outputs/tests/tests.js.map +1 -0
- package/outputs/tests/toStringFunctionsTests.d.ts +3 -0
- package/outputs/tests/toStringFunctionsTests.d.ts.map +1 -0
- package/outputs/tests/toStringFunctionsTests.js +43 -0
- package/outputs/tests/toStringFunctionsTests.js.map +1 -0
- package/outputs/tests/typesTests.d.ts +3 -0
- package/outputs/tests/typesTests.d.ts.map +1 -0
- package/outputs/tests/typesTests.js +194 -0
- package/outputs/tests/typesTests.js.map +1 -0
- package/outputs/tests/whereIteratorTests.d.ts +3 -0
- package/outputs/tests/whereIteratorTests.d.ts.map +1 -0
- package/outputs/tests/whereIteratorTests.js +30 -0
- package/outputs/tests/whereIteratorTests.js.map +1 -0
- package/outputs/tests/wonderlandTrailClientTests.d.ts +3 -0
- package/outputs/tests/wonderlandTrailClientTests.d.ts.map +1 -0
- package/outputs/tests/wonderlandTrailClientTests.js +272 -0
- package/outputs/tests/wonderlandTrailClientTests.js.map +1 -0
- package/package.json +48 -48
- package/outputs/characterWriteStream-DGlmRcFl.d.cts +0 -854
- package/outputs/characterWriteStream-DGlmRcFl.d.ts +0 -854
- package/outputs/chunk-P4KLLRFY.js +0 -1199
- package/outputs/chunk-P4KLLRFY.js.map +0 -1
- package/outputs/chunk-TUBXFCG4.js +0 -9593
- package/outputs/chunk-TUBXFCG4.js.map +0 -1
- package/outputs/sourceIndex.cjs +0 -9793
- package/outputs/sourceIndex.cjs.map +0 -1
- package/outputs/sourceIndex.d.cts +0 -3533
- package/outputs/sourceIndex.d.ts +0 -3533
- package/outputs/sourceIndex.js +0 -349
- package/outputs/sourceIndex.js.map +0 -1
- package/outputs/testIndex.cjs +0 -7049
- package/outputs/testIndex.cjs.map +0 -1
- package/outputs/testIndex.d.cts +0 -544
- package/outputs/testIndex.d.ts +0 -544
- package/outputs/testIndex.js +0 -55
- package/outputs/testIndex.js.map +0 -1
- package/outputs/tests.cjs +0 -19376
- package/outputs/tests.cjs.map +0 -1
- package/outputs/tests.d.cts +0 -3
- package/outputs/tests.d.ts +0 -3
- package/outputs/tests.js +0 -10018
- package/outputs/tests.js.map +0 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AsyncIterator } from "./asyncIterator.js";
|
|
2
|
+
import { PromiseAsyncResult } from "./promiseAsyncResult.js";
|
|
3
|
+
import { JavascriptAsyncIterator } from "./javascript.js";
|
|
4
|
+
import { Type } from "./types.js";
|
|
5
|
+
/**
|
|
6
|
+
* An {@link AsyncIterator} that iterates over a maximum number of values.
|
|
7
|
+
*/
|
|
8
|
+
export declare class TakeAsyncIterator<T> implements AsyncIterator<T> {
|
|
9
|
+
private readonly innerIterator;
|
|
10
|
+
private started;
|
|
11
|
+
private readonly maximumToTake;
|
|
12
|
+
private taken;
|
|
13
|
+
private constructor();
|
|
14
|
+
static create<T>(innerIterator: AsyncIterator<T>, maximumToTake: number): TakeAsyncIterator<T>;
|
|
15
|
+
hasCurrent(): boolean;
|
|
16
|
+
next(): PromiseAsyncResult<boolean>;
|
|
17
|
+
hasStarted(): boolean;
|
|
18
|
+
getCurrent(): T;
|
|
19
|
+
start(): PromiseAsyncResult<this>;
|
|
20
|
+
takeCurrent(): PromiseAsyncResult<T>;
|
|
21
|
+
any(): PromiseAsyncResult<boolean>;
|
|
22
|
+
getCount(): PromiseAsyncResult<number>;
|
|
23
|
+
toArray(): PromiseAsyncResult<T[]>;
|
|
24
|
+
where(condition: (value: T) => boolean): AsyncIterator<T>;
|
|
25
|
+
whereInstanceOf<U extends T>(typeCheck: (value: T) => value is U): AsyncIterator<U>;
|
|
26
|
+
whereInstanceOfType<U extends T>(type: Type<U>): AsyncIterator<U>;
|
|
27
|
+
map<TOutput>(mapping: (value: T) => (TOutput | PromiseLike<TOutput>)): AsyncIterator<TOutput>;
|
|
28
|
+
first(condition?: (value: T) => (boolean | PromiseLike<boolean>)): PromiseAsyncResult<T>;
|
|
29
|
+
last(condition?: (value: T) => (boolean | PromiseLike<boolean>)): PromiseAsyncResult<T>;
|
|
30
|
+
[Symbol.asyncIterator](): JavascriptAsyncIterator<T>;
|
|
31
|
+
take(maximumToTake: number): AsyncIterator<T>;
|
|
32
|
+
skip(maximumToSkip: number): AsyncIterator<T>;
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=takeAsyncIterator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"takeAsyncIterator.d.ts","sourceRoot":"","sources":["../../sources/takeAsyncIterator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC;;GAEG;AACH,qBAAa,iBAAiB,CAAC,CAAC,CAAE,YAAW,aAAa,CAAC,CAAC,CAAC;IAEzD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAmB;IACjD,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAS;IACvC,OAAO,CAAC,KAAK,CAAS;IAEtB,OAAO,eAQN;IAED,OAAc,MAAM,CAAC,CAAC,EAAE,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,aAAa,EAAE,MAAM,wBAG7E;IAEM,UAAU,IAAI,OAAO,CAG3B;IAEM,IAAI,IAAI,kBAAkB,CAAC,OAAO,CAAC,CAqBzC;IAEM,UAAU,IAAI,OAAO,CAG3B;IAEM,UAAU,IAAI,CAAC,CAKrB;IAEM,KAAK,IAAI,kBAAkB,CAAC,IAAI,CAAC,CAGvC;IAEM,WAAW,IAAI,kBAAkB,CAAC,CAAC,CAAC,CAG1C;IAEM,GAAG,IAAI,kBAAkB,CAAC,OAAO,CAAC,CAGxC;IAEM,QAAQ,IAAI,kBAAkB,CAAC,MAAM,CAAC,CAG5C;IAEM,OAAO,IAAI,kBAAkB,CAAC,CAAC,EAAE,CAAC,CAGxC;IAEM,KAAK,CAAC,SAAS,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,GAAG,aAAa,CAAC,CAAC,CAAC,CAG/D;IAEM,eAAe,CAAC,CAAC,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAGzF;IAEM,mBAAmB,CAAC,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAGvE;IAEM,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC,GAAG,aAAa,CAAC,OAAO,CAAC,CAGnG;IAEM,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,CAG9F;IAEM,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC,GAAG,kBAAkB,CAAC,CAAC,CAAC,CAG7F;IAEM,CAAC,MAAM,CAAC,aAAa,CAAC,IAAI,uBAAuB,CAAC,CAAC,CAAC,CAG1D;IAEM,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,aAAa,CAAC,CAAC,CAAC,CAGnD;IAEM,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,aAAa,CAAC,CAAC,CAAC,CAGnD;CACJ"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { AsyncIterator } from "./asyncIterator.js";
|
|
2
|
+
import { PromiseAsyncResult } from "./promiseAsyncResult.js";
|
|
3
|
+
import { PreCondition } from "./preCondition.js";
|
|
4
|
+
/**
|
|
5
|
+
* An {@link AsyncIterator} that iterates over a maximum number of values.
|
|
6
|
+
*/
|
|
7
|
+
export class TakeAsyncIterator {
|
|
8
|
+
innerIterator;
|
|
9
|
+
started;
|
|
10
|
+
maximumToTake;
|
|
11
|
+
taken;
|
|
12
|
+
constructor(innerIterator, maximumToTake) {
|
|
13
|
+
PreCondition.assertGreaterThanOrEqualTo(maximumToTake, 0, "maximumToTake");
|
|
14
|
+
this.innerIterator = innerIterator;
|
|
15
|
+
this.started = false;
|
|
16
|
+
this.maximumToTake = maximumToTake;
|
|
17
|
+
this.taken = 0;
|
|
18
|
+
}
|
|
19
|
+
static create(innerIterator, maximumToTake) {
|
|
20
|
+
return new TakeAsyncIterator(innerIterator, maximumToTake);
|
|
21
|
+
}
|
|
22
|
+
hasCurrent() {
|
|
23
|
+
return this.hasStarted() && this.taken <= this.maximumToTake && this.innerIterator.hasCurrent();
|
|
24
|
+
}
|
|
25
|
+
next() {
|
|
26
|
+
return PromiseAsyncResult.create(async () => {
|
|
27
|
+
if (this.maximumToTake <= 0) {
|
|
28
|
+
return false;
|
|
29
|
+
}
|
|
30
|
+
else if (!this.hasStarted()) {
|
|
31
|
+
this.started = true;
|
|
32
|
+
await this.innerIterator.start();
|
|
33
|
+
this.taken++;
|
|
34
|
+
}
|
|
35
|
+
else if (this.taken <= this.maximumToTake) {
|
|
36
|
+
await this.innerIterator.next();
|
|
37
|
+
this.taken++;
|
|
38
|
+
}
|
|
39
|
+
return this.hasCurrent();
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
hasStarted() {
|
|
43
|
+
return this.started;
|
|
44
|
+
}
|
|
45
|
+
getCurrent() {
|
|
46
|
+
PreCondition.assertTrue(this.hasCurrent(), "this.hasCurrent()");
|
|
47
|
+
return this.innerIterator.getCurrent();
|
|
48
|
+
}
|
|
49
|
+
start() {
|
|
50
|
+
return AsyncIterator.start(this);
|
|
51
|
+
}
|
|
52
|
+
takeCurrent() {
|
|
53
|
+
return AsyncIterator.takeCurrent(this);
|
|
54
|
+
}
|
|
55
|
+
any() {
|
|
56
|
+
return AsyncIterator.any(this);
|
|
57
|
+
}
|
|
58
|
+
getCount() {
|
|
59
|
+
return AsyncIterator.getCount(this);
|
|
60
|
+
}
|
|
61
|
+
toArray() {
|
|
62
|
+
return AsyncIterator.toArray(this);
|
|
63
|
+
}
|
|
64
|
+
where(condition) {
|
|
65
|
+
return AsyncIterator.where(this, condition);
|
|
66
|
+
}
|
|
67
|
+
whereInstanceOf(typeCheck) {
|
|
68
|
+
return AsyncIterator.whereInstanceOf(this, typeCheck);
|
|
69
|
+
}
|
|
70
|
+
whereInstanceOfType(type) {
|
|
71
|
+
return AsyncIterator.whereInstanceOfType(this, type);
|
|
72
|
+
}
|
|
73
|
+
map(mapping) {
|
|
74
|
+
return AsyncIterator.map(this, mapping);
|
|
75
|
+
}
|
|
76
|
+
first(condition) {
|
|
77
|
+
return AsyncIterator.first(this, condition);
|
|
78
|
+
}
|
|
79
|
+
last(condition) {
|
|
80
|
+
return AsyncIterator.last(this, condition);
|
|
81
|
+
}
|
|
82
|
+
[Symbol.asyncIterator]() {
|
|
83
|
+
return AsyncIterator[Symbol.asyncIterator](this);
|
|
84
|
+
}
|
|
85
|
+
take(maximumToTake) {
|
|
86
|
+
return AsyncIterator.take(this, maximumToTake);
|
|
87
|
+
}
|
|
88
|
+
skip(maximumToSkip) {
|
|
89
|
+
return AsyncIterator.skip(this, maximumToSkip);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=takeAsyncIterator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"takeAsyncIterator.js","sourceRoot":"","sources":["../../sources/takeAsyncIterator.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Iterator } from "./iterator.js";
|
|
2
|
+
import { JavascriptIterable, JavascriptIterator } from "./javascript.js";
|
|
3
|
+
import { SyncResult } from "./syncResult.js";
|
|
4
|
+
import { Type } from "./types.js";
|
|
5
|
+
/**
|
|
6
|
+
* An {@link Iterator} that iterates over a maximum number of values.
|
|
7
|
+
*/
|
|
8
|
+
export declare class TakeIterator<T> implements Iterator<T> {
|
|
9
|
+
private readonly innerIterator;
|
|
10
|
+
private started;
|
|
11
|
+
private readonly maximumToTake;
|
|
12
|
+
private taken;
|
|
13
|
+
private constructor();
|
|
14
|
+
static create<T>(innerIterator: Iterator<T>, maximumToTake: number): TakeIterator<T>;
|
|
15
|
+
hasCurrent(): boolean;
|
|
16
|
+
next(): SyncResult<boolean>;
|
|
17
|
+
hasStarted(): boolean;
|
|
18
|
+
getCurrent(): T;
|
|
19
|
+
start(): SyncResult<this>;
|
|
20
|
+
takeCurrent(): SyncResult<T>;
|
|
21
|
+
any(): SyncResult<boolean>;
|
|
22
|
+
getCount(): SyncResult<number>;
|
|
23
|
+
toArray(): SyncResult<T[]>;
|
|
24
|
+
concatenate(...toConcatenate: JavascriptIterable<T>[]): Iterator<T>;
|
|
25
|
+
where(condition: (value: T) => boolean): Iterator<T>;
|
|
26
|
+
whereInstanceOf<U extends T>(typeCheck: (value: T) => value is U): Iterator<U>;
|
|
27
|
+
whereInstanceOfType<U extends T>(type: Type<U>): Iterator<U>;
|
|
28
|
+
map<TOutput>(mapping: (value: T) => (TOutput | SyncResult<TOutput>)): Iterator<TOutput>;
|
|
29
|
+
flatMap<TOutput>(mapping: (value: T) => JavascriptIterable<TOutput>): Iterator<TOutput>;
|
|
30
|
+
first(condition?: (value: T) => boolean): SyncResult<T>;
|
|
31
|
+
last(condition?: (value: T) => boolean): SyncResult<T>;
|
|
32
|
+
[Symbol.iterator](): JavascriptIterator<T>;
|
|
33
|
+
take(maximumToTake: number): Iterator<T>;
|
|
34
|
+
skip(maximumToSkip: number): Iterator<T>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=takeIterator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"takeIterator.d.ts","sourceRoot":"","sources":["../../sources/takeIterator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEzE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC;;GAEG;AACH,qBAAa,YAAY,CAAC,CAAC,CAAE,YAAW,QAAQ,CAAC,CAAC,CAAC;IAE/C,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAc;IAC5C,OAAO,CAAC,OAAO,CAAU;IACzB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAS;IACvC,OAAO,CAAC,KAAK,CAAS;IAEtB,OAAO,eAQN;IAED,OAAc,MAAM,CAAC,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,aAAa,EAAE,MAAM,mBAGxE;IAEM,UAAU,IAAI,OAAO,CAG3B;IAEM,IAAI,IAAI,UAAU,CAAC,OAAO,CAAC,CAqBjC;IAEM,UAAU,IAAI,OAAO,CAG3B;IAEM,UAAU,IAAI,CAAC,CAKrB;IAEM,KAAK,IAAI,UAAU,CAAC,IAAI,CAAC,CAG/B;IAEM,WAAW,IAAI,UAAU,CAAC,CAAC,CAAC,CAGlC;IAEM,GAAG,IAAI,UAAU,CAAC,OAAO,CAAC,CAGhC;IAEM,QAAQ,IAAI,UAAU,CAAC,MAAM,CAAC,CAGpC;IAEM,OAAO,IAAI,UAAU,CAAC,CAAC,EAAE,CAAC,CAGhC;IAEM,WAAW,CAAC,GAAG,aAAa,EAAE,kBAAkB,CAAC,CAAC,CAAC,EAAE,GAAG,QAAQ,CAAC,CAAC,CAAC,CAGzE;IAEM,KAAK,CAAC,SAAS,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,GAAG,QAAQ,CAAC,CAAC,CAAC,CAG1D;IAEM,eAAe,CAAC,CAAC,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAGpF;IAEM,mBAAmB,CAAC,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAGlE;IAEM,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,CAG7F;IAEM,OAAO,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,kBAAkB,CAAC,OAAO,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,CAG7F;IAEM,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,GAAG,UAAU,CAAC,CAAC,CAAC,CAG7D;IAEM,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,OAAO,GAAG,UAAU,CAAC,CAAC,CAAC,CAG5D;IAEM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,kBAAkB,CAAC,CAAC,CAAC,CAGhD;IAEM,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,CAG9C;IAEM,IAAI,CAAC,aAAa,EAAE,MAAM,GAAG,QAAQ,CAAC,CAAC,CAAC,CAG9C;CACJ"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Iterator } from "./iterator.js";
|
|
2
|
+
import { PreCondition } from "./preCondition.js";
|
|
3
|
+
import { SyncResult } from "./syncResult.js";
|
|
4
|
+
/**
|
|
5
|
+
* An {@link Iterator} that iterates over a maximum number of values.
|
|
6
|
+
*/
|
|
7
|
+
export class TakeIterator {
|
|
8
|
+
innerIterator;
|
|
9
|
+
started;
|
|
10
|
+
maximumToTake;
|
|
11
|
+
taken;
|
|
12
|
+
constructor(innerIterator, maximumToTake) {
|
|
13
|
+
PreCondition.assertGreaterThanOrEqualTo(maximumToTake, 0, "maximumToTake");
|
|
14
|
+
this.innerIterator = innerIterator;
|
|
15
|
+
this.started = false;
|
|
16
|
+
this.maximumToTake = maximumToTake;
|
|
17
|
+
this.taken = 0;
|
|
18
|
+
}
|
|
19
|
+
static create(innerIterator, maximumToTake) {
|
|
20
|
+
return new TakeIterator(innerIterator, maximumToTake);
|
|
21
|
+
}
|
|
22
|
+
hasCurrent() {
|
|
23
|
+
return this.hasStarted() && this.taken <= this.maximumToTake && this.innerIterator.hasCurrent();
|
|
24
|
+
}
|
|
25
|
+
next() {
|
|
26
|
+
return SyncResult.create(() => {
|
|
27
|
+
if (this.maximumToTake <= 0) {
|
|
28
|
+
return false;
|
|
29
|
+
}
|
|
30
|
+
else if (!this.hasStarted()) {
|
|
31
|
+
this.started = true;
|
|
32
|
+
this.innerIterator.start().await();
|
|
33
|
+
this.taken++;
|
|
34
|
+
}
|
|
35
|
+
else if (this.taken <= this.maximumToTake) {
|
|
36
|
+
this.innerIterator.next().await();
|
|
37
|
+
this.taken++;
|
|
38
|
+
}
|
|
39
|
+
return this.hasCurrent();
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
hasStarted() {
|
|
43
|
+
return this.started;
|
|
44
|
+
}
|
|
45
|
+
getCurrent() {
|
|
46
|
+
PreCondition.assertTrue(this.hasCurrent(), "this.hasCurrent()");
|
|
47
|
+
return this.innerIterator.getCurrent();
|
|
48
|
+
}
|
|
49
|
+
start() {
|
|
50
|
+
return Iterator.start(this);
|
|
51
|
+
}
|
|
52
|
+
takeCurrent() {
|
|
53
|
+
return Iterator.takeCurrent(this);
|
|
54
|
+
}
|
|
55
|
+
any() {
|
|
56
|
+
return Iterator.any(this);
|
|
57
|
+
}
|
|
58
|
+
getCount() {
|
|
59
|
+
return Iterator.getCount(this);
|
|
60
|
+
}
|
|
61
|
+
toArray() {
|
|
62
|
+
return Iterator.toArray(this);
|
|
63
|
+
}
|
|
64
|
+
concatenate(...toConcatenate) {
|
|
65
|
+
return Iterator.concatenate(this, ...toConcatenate);
|
|
66
|
+
}
|
|
67
|
+
where(condition) {
|
|
68
|
+
return Iterator.where(this, condition);
|
|
69
|
+
}
|
|
70
|
+
whereInstanceOf(typeCheck) {
|
|
71
|
+
return Iterator.whereInstanceOf(this, typeCheck);
|
|
72
|
+
}
|
|
73
|
+
whereInstanceOfType(type) {
|
|
74
|
+
return Iterator.whereInstanceOfType(this, type);
|
|
75
|
+
}
|
|
76
|
+
map(mapping) {
|
|
77
|
+
return Iterator.map(this, mapping);
|
|
78
|
+
}
|
|
79
|
+
flatMap(mapping) {
|
|
80
|
+
return Iterator.flatMap(this, mapping);
|
|
81
|
+
}
|
|
82
|
+
first(condition) {
|
|
83
|
+
return Iterator.first(this, condition);
|
|
84
|
+
}
|
|
85
|
+
last(condition) {
|
|
86
|
+
return Iterator.last(this, condition);
|
|
87
|
+
}
|
|
88
|
+
[Symbol.iterator]() {
|
|
89
|
+
return Iterator[Symbol.iterator](this);
|
|
90
|
+
}
|
|
91
|
+
take(maximumToTake) {
|
|
92
|
+
return Iterator.take(this, maximumToTake);
|
|
93
|
+
}
|
|
94
|
+
skip(maximumToSkip) {
|
|
95
|
+
return Iterator.skip(this, maximumToSkip);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=takeIterator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"takeIterator.js","sourceRoot":"","sources":["../../sources/takeIterator.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A collection of {@link ToStringFunction}s.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ToStringFunctions {
|
|
5
|
+
private readonly functions;
|
|
6
|
+
private constructor();
|
|
7
|
+
static create(): ToStringFunctions;
|
|
8
|
+
private defaultToString;
|
|
9
|
+
/**
|
|
10
|
+
* Get the {@link String} representation of the value with the registered
|
|
11
|
+
* {@link ToStringFunction}s.
|
|
12
|
+
* @param value The value to get the {@link String} representation of.
|
|
13
|
+
*/
|
|
14
|
+
toString(value: unknown): string;
|
|
15
|
+
add(toStringFunction: (value: unknown) => (string | undefined)): this;
|
|
16
|
+
add<T>(typeCheckFunction: (value: unknown) => value is T, typedToStringFunction: (value: T) => string): this;
|
|
17
|
+
private iterableToString;
|
|
18
|
+
private mapToString;
|
|
19
|
+
private setToString;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=toStringFunctions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toStringFunctions.d.ts","sourceRoot":"","sources":["../../sources/toStringFunctions.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,qBAAa,iBAAiB;IAE1B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA+C;IAEzE,OAAO,eAGN;IAED,OAAc,MAAM,IAAI,iBAAiB,CAGxC;IAED,OAAO,CAAC,eAAe;IA8CvB;;;;OAIG;IACI,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAkBtC;IAEM,GAAG,CAAC,gBAAgB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC;IACtE,GAAG,CAAC,CAAC,EAAE,iBAAiB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,KAAK,IAAI,CAAC,EAAE,qBAAqB,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,MAAM,GAAG,IAAI,CAAC;IA2BpH,OAAO,CAAC,gBAAgB;IAoBxB,OAAO,CAAC,WAAW;IAuBnB,OAAO,CAAC,WAAW;CAkBtB"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { isMap } from "./map.js";
|
|
2
|
+
import { isSet } from "./set.js";
|
|
3
|
+
import { escapeAndQuote, join } from "./strings.js";
|
|
4
|
+
import { isArray, isIterable, isNumber, isObject, isString } from "./types.js";
|
|
5
|
+
/**
|
|
6
|
+
* A collection of {@link ToStringFunction}s.
|
|
7
|
+
*/
|
|
8
|
+
export class ToStringFunctions {
|
|
9
|
+
functions;
|
|
10
|
+
constructor() {
|
|
11
|
+
this.functions = [];
|
|
12
|
+
}
|
|
13
|
+
static create() {
|
|
14
|
+
return new ToStringFunctions();
|
|
15
|
+
}
|
|
16
|
+
defaultToString(value) {
|
|
17
|
+
let result;
|
|
18
|
+
if (isMap(value)) {
|
|
19
|
+
result = this.mapToString(value);
|
|
20
|
+
}
|
|
21
|
+
else if (isSet(value)) {
|
|
22
|
+
result = this.setToString(value);
|
|
23
|
+
}
|
|
24
|
+
else if (isIterable(value)) {
|
|
25
|
+
result = this.iterableToString(value);
|
|
26
|
+
}
|
|
27
|
+
else if (isNumber(value)) {
|
|
28
|
+
result = value.toString();
|
|
29
|
+
}
|
|
30
|
+
else if (value === undefined) {
|
|
31
|
+
result = "undefined";
|
|
32
|
+
}
|
|
33
|
+
else if (value === null) {
|
|
34
|
+
result = "null";
|
|
35
|
+
}
|
|
36
|
+
else if (isString(value)) {
|
|
37
|
+
result = escapeAndQuote(value);
|
|
38
|
+
}
|
|
39
|
+
else if (isArray(value)) {
|
|
40
|
+
result = `[${join(",", value.map(x => this.toString(x)))}]`;
|
|
41
|
+
}
|
|
42
|
+
else if (isObject(value)) {
|
|
43
|
+
result = `{${join(",", Object.entries(value).map(p => join(":", p.map(x => this.toString(x)))))}}`;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
result = JSON.stringify(value);
|
|
47
|
+
}
|
|
48
|
+
return result;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get the {@link String} representation of the value with the registered
|
|
52
|
+
* {@link ToStringFunction}s.
|
|
53
|
+
* @param value The value to get the {@link String} representation of.
|
|
54
|
+
*/
|
|
55
|
+
toString(value) {
|
|
56
|
+
let result;
|
|
57
|
+
for (const toStringFunction of this.functions) {
|
|
58
|
+
result = toStringFunction(value);
|
|
59
|
+
if (result !== undefined) {
|
|
60
|
+
break;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
if (result === undefined) {
|
|
64
|
+
result = this.defaultToString(value);
|
|
65
|
+
}
|
|
66
|
+
return result;
|
|
67
|
+
}
|
|
68
|
+
add(typeCheckFunctionOrToStringFunction, typedToStringFunction) {
|
|
69
|
+
let toStringFunction;
|
|
70
|
+
if (typedToStringFunction) {
|
|
71
|
+
const typeCheckFunction = typeCheckFunctionOrToStringFunction;
|
|
72
|
+
toStringFunction = (value) => {
|
|
73
|
+
let result;
|
|
74
|
+
if (typeCheckFunction(value)) {
|
|
75
|
+
result = typedToStringFunction(value);
|
|
76
|
+
}
|
|
77
|
+
return result;
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
toStringFunction = typeCheckFunctionOrToStringFunction;
|
|
82
|
+
}
|
|
83
|
+
this.functions.unshift(toStringFunction);
|
|
84
|
+
return this;
|
|
85
|
+
}
|
|
86
|
+
iterableToString(values) {
|
|
87
|
+
let result = "";
|
|
88
|
+
result += "[";
|
|
89
|
+
const iterator = values.iterate().start().await();
|
|
90
|
+
if (iterator.hasCurrent()) {
|
|
91
|
+
result += this.toString(iterator.takeCurrent().await());
|
|
92
|
+
while (iterator.hasCurrent()) {
|
|
93
|
+
result += ",";
|
|
94
|
+
result += this.toString(iterator.takeCurrent().await());
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
result += "]";
|
|
98
|
+
return result;
|
|
99
|
+
}
|
|
100
|
+
mapToString(values) {
|
|
101
|
+
let result = "";
|
|
102
|
+
result += "{";
|
|
103
|
+
const iterator = values.iterate();
|
|
104
|
+
if (iterator.next().await()) {
|
|
105
|
+
let entry = iterator.getCurrent();
|
|
106
|
+
result += `${this.toString(entry.key)}:${this.toString(entry.value)}`;
|
|
107
|
+
while (iterator.next().await()) {
|
|
108
|
+
result += ",";
|
|
109
|
+
entry = iterator.getCurrent();
|
|
110
|
+
result += `${this.toString(entry.key)}:${this.toString(entry.value)}`;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
result += "}";
|
|
114
|
+
return result;
|
|
115
|
+
}
|
|
116
|
+
setToString(values) {
|
|
117
|
+
let result = "";
|
|
118
|
+
result += "{";
|
|
119
|
+
const iterator = values.iterate();
|
|
120
|
+
if (iterator.next().await()) {
|
|
121
|
+
result += this.toString(iterator.getCurrent());
|
|
122
|
+
while (iterator.next().await()) {
|
|
123
|
+
result += `,${this.toString(iterator.getCurrent())}`;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
result += "}";
|
|
127
|
+
return result;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
//# sourceMappingURL=toStringFunctions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toStringFunctions.js","sourceRoot":"","sources":["../../sources/toStringFunctions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAiB,MAAM,UAAU,CAAC;AAChD,OAAO,EAAE,KAAK,EAAO,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE/E;;GAEG;AACH,MAAM,OAAO,iBAAiB;IAET,SAAS,CAA+C;IAEzE;QAEI,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;IACxB,CAAC;IAEM,MAAM,CAAC,MAAM;QAEhB,OAAO,IAAI,iBAAiB,EAAE,CAAC;IACnC,CAAC;IAEO,eAAe,CAAC,KAAc;QAElC,IAAI,MAAc,CAAC;QACnB,IAAI,KAAK,CAAC,KAAK,CAAC,EAChB,CAAC;YACG,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QACrC,CAAC;aACI,IAAI,KAAK,CAAC,KAAK,CAAC,EACrB,CAAC;YACG,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;QACrC,CAAC;aACI,IAAI,UAAU,CAAC,KAAK,CAAC,EAC1B,CAAC;YACG,MAAM,GAAG,IAAI,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC;QAC1C,CAAC;aACI,IAAI,QAAQ,CAAC,KAAK,CAAC,EACxB,CAAC;YACG,MAAM,GAAG,KAAK,CAAC,QAAQ,EAAE,CAAC;QAC9B,CAAC;aACI,IAAI,KAAK,KAAK,SAAS,EAC5B,CAAC;YACG,MAAM,GAAG,WAAW,CAAC;QACzB,CAAC;aACI,IAAI,KAAK,KAAK,IAAI,EACvB,CAAC;YACG,MAAM,GAAG,MAAM,CAAC;QACpB,CAAC;aACI,IAAI,QAAQ,CAAC,KAAK,CAAC,EACxB,CAAC;YACG,MAAM,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;QACnC,CAAC;aACI,IAAI,OAAO,CAAC,KAAK,CAAC,EACvB,CAAC;YACG,MAAM,GAAG,IAAI,IAAI,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;QAChE,CAAC;aACI,IAAI,QAAQ,CAAC,KAAK,CAAC,EACxB,CAAC;YACG,MAAM,GAAG,IAAI,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC;QACvG,CAAC;aAED,CAAC;YACG,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QACnC,CAAC;QACD,OAAO,MAAM,CAAC;IAClB,CAAC;IAED;;;;OAIG;IACI,QAAQ,CAAC,KAAc;QAE1B,IAAI,MAA0B,CAAC;QAC/B,KAAK,MAAM,gBAAgB,IAAI,IAAI,CAAC,SAAS,EAC7C,CAAC;YACG,MAAM,GAAG,gBAAgB,CAAC,KAAK,CAAC,CAAC;YACjC,IAAI,MAAM,KAAK,SAAS,EACxB,CAAC;gBACG,MAAM;YACV,CAAC;QACL,CAAC;QAED,IAAI,MAAM,KAAK,SAAS,EACxB,CAAC;YACG,MAAM,GAAG,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;QACzC,CAAC;QAED,OAAO,MAAM,CAAC;IAClB,CAAC;IAID,GAAG,CAAI,mCAAkH,EAAE,qBAA4C;QAEnK,IAAI,gBAA0D,CAAC;QAC/D,IAAI,qBAAqB,EACzB,CAAC;YACG,MAAM,iBAAiB,GAAG,mCAAqE,CAAC;YAChG,gBAAgB,GAAG,CAAC,KAAc,EAAE,EAAE;gBAElC,IAAI,MAA0B,CAAC;gBAC/B,IAAI,iBAAiB,CAAC,KAAK,CAAC,EAC5B,CAAC;oBACG,MAAM,GAAG,qBAAsB,CAAC,KAAK,CAAC,CAAC;gBAC3C,CAAC;gBACD,OAAO,MAAM,CAAC;YAClB,CAAC,CAAC;QACN,CAAC;aAED,CAAC;YACG,gBAAgB,GAAG,mCAA+E,CAAC;QACvG,CAAC;QAED,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;QAEzC,OAAO,IAAI,CAAC;IAChB,CAAC;IAEO,gBAAgB,CAAC,MAAyB;QAE9C,IAAI,MAAM,GAAW,EAAE,CAAC;QACxB,MAAM,IAAI,GAAG,CAAC;QAEd,MAAM,QAAQ,GAAsB,MAAM,CAAC,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC;QACrE,IAAI,QAAQ,CAAC,UAAU,EAAE,EACzB,CAAC;YACG,MAAM,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC;YACxD,OAAO,QAAQ,CAAC,UAAU,EAAE,EAC5B,CAAC;gBACG,MAAM,IAAI,GAAG,CAAC;gBACd,MAAM,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC;YAC5D,CAAC;QACL,CAAC;QAED,MAAM,IAAI,GAAG,CAAC;QACd,OAAO,MAAM,CAAC;IAClB,CAAC;IAEO,WAAW,CAAC,MAA4B;QAE5C,IAAI,MAAM,GAAG,EAAE,CAAC;QAChB,MAAM,IAAI,GAAG,CAAC;QAEd,MAAM,QAAQ,GAAwC,MAAM,CAAC,OAAO,EAAE,CAAC;QACvE,IAAI,QAAQ,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,EAC3B,CAAC;YACG,IAAI,KAAK,GAA8B,QAAQ,CAAC,UAAU,EAAE,CAAC;YAC7D,MAAM,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC;YACtE,OAAO,QAAQ,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,EAC9B,CAAC;gBACG,MAAM,IAAI,GAAG,CAAC;gBAEd,KAAK,GAAG,QAAQ,CAAC,UAAU,EAAE,CAAC;gBAC9B,MAAM,IAAI,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC;YAC1E,CAAC;QACL,CAAC;QAED,MAAM,IAAI,GAAG,CAAC;QACd,OAAO,MAAM,CAAC;IAClB,CAAC;IAEO,WAAW,CAAC,MAAoB;QAEpC,IAAI,MAAM,GAAG,EAAE,CAAC;QAChB,MAAM,IAAI,GAAG,CAAC;QAEd,MAAM,QAAQ,GAAsB,MAAM,CAAC,OAAO,EAAE,CAAC;QACrD,IAAI,QAAQ,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,EAC3B,CAAC;YACG,MAAM,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAC;YAC/C,OAAO,QAAQ,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,EAC9B,CAAC;gBACG,MAAM,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC,EAAE,CAAC;YACzD,CAAC;QACL,CAAC;QAED,MAAM,IAAI,GAAG,CAAC;QACd,OAAO,MAAM,CAAC;IAClB,CAAC;CACJ"}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { Iterable } from "./iterable.js";
|
|
2
|
+
import { Iterator } from "./iterator.js";
|
|
3
|
+
import { JavascriptAsyncIterable, JavascriptAsyncIterator, JavascriptIterable, JavascriptIterator } from "./javascript.js";
|
|
4
|
+
/**
|
|
5
|
+
* A {@link Type} that can be used to pass types as parameters.
|
|
6
|
+
*/
|
|
7
|
+
export type Type<T> = Function & {
|
|
8
|
+
prototype: T;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Get whether the provided value is an instance of {@link Type} {@link T}.
|
|
12
|
+
* @param typeOrTypeCheck The {@link Type} to look for or type check {@link Function} to determine
|
|
13
|
+
* if the provided value is a {@link T}.
|
|
14
|
+
* @param value The value to check.
|
|
15
|
+
*/
|
|
16
|
+
export declare function instanceOf<T>(value: unknown, typeCheck: (value: unknown) => value is T): value is T;
|
|
17
|
+
/**
|
|
18
|
+
* Get whether the provided value is an instance of {@link Type} {@link T}.
|
|
19
|
+
* @param typeOrTypeCheck The {@link Type} to look for or type check {@link Function} to determine
|
|
20
|
+
* if the provided value is a {@link T}.
|
|
21
|
+
* @param value The value to check.
|
|
22
|
+
*/
|
|
23
|
+
export declare function instanceOf<T>(value: unknown, type: Type<T>, typeCheck?: (value: unknown) => value is T): value is T;
|
|
24
|
+
/**
|
|
25
|
+
* Get whether the provided value is an instance of the provided {@link Type}. This will return
|
|
26
|
+
* false if value only implements the provided {@link Type} but doesn't extend it.
|
|
27
|
+
* @param value The value to check.
|
|
28
|
+
* @param type The {@link Type} to see if value is an instance of.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfType<T>(value: unknown, type: Type<T>): value is T;
|
|
31
|
+
/**
|
|
32
|
+
* If the provided {@link value} is of type {@link T} (according to the provided {@link typeCheck}),
|
|
33
|
+
* then return the {@link value}. Otherwise return undefined.
|
|
34
|
+
* @param value The value to check.
|
|
35
|
+
* @param typeOrTypeCheck The {@link Type} to look for or type check {@link Function} to determine
|
|
36
|
+
* if the provided value is a {@link T}.
|
|
37
|
+
*/
|
|
38
|
+
export declare function as<T>(value: unknown, typeOrTypeCheck: Type<T> | ((value: unknown) => value is T)): T | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Get whether the provided value is undefined.
|
|
41
|
+
* @param value The value to check.
|
|
42
|
+
*/
|
|
43
|
+
export declare function isUndefined(value: unknown): value is undefined;
|
|
44
|
+
/**
|
|
45
|
+
* Get whether the provided value is null.
|
|
46
|
+
* @param value The value to check.
|
|
47
|
+
*/
|
|
48
|
+
export declare function isNull(value: unknown): value is null;
|
|
49
|
+
/**
|
|
50
|
+
* Return the provided value if it is null, otherwise return undefined.
|
|
51
|
+
* @param value The value to check.
|
|
52
|
+
*/
|
|
53
|
+
export declare function asNull(value: unknown): null | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* Get whether the provided value is undefined or null.
|
|
56
|
+
* @param value The value to check.
|
|
57
|
+
*/
|
|
58
|
+
export declare function isUndefinedOrNull(value: unknown): value is undefined | null;
|
|
59
|
+
/**
|
|
60
|
+
* Get whether the provided value is a {@link boolean}.
|
|
61
|
+
* @param value The value to check.
|
|
62
|
+
*/
|
|
63
|
+
export declare function isBoolean(value: unknown): value is boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Return the provided value if it is a boolean, otherwise return undefined.
|
|
66
|
+
* @param value The value to check.
|
|
67
|
+
*/
|
|
68
|
+
export declare function asBoolean(value: unknown): boolean | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* Get whether the provided value is a {@link number}.
|
|
71
|
+
* @param value The value to check.
|
|
72
|
+
*/
|
|
73
|
+
export declare function isNumber(value: unknown): value is number;
|
|
74
|
+
/**
|
|
75
|
+
* Return the provided value if it is a number, otherwise return undefined.
|
|
76
|
+
* @param value The value to check.
|
|
77
|
+
*/
|
|
78
|
+
export declare function asNumber(value: unknown): number | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* Get whether the provided value is a {@link string}.
|
|
81
|
+
* @param value The value to check.
|
|
82
|
+
*/
|
|
83
|
+
export declare function isString(value: unknown): value is string;
|
|
84
|
+
/**
|
|
85
|
+
* Return the provided value if it is a string, otherwise return undefined.
|
|
86
|
+
* @param value The value to check.
|
|
87
|
+
*/
|
|
88
|
+
export declare function asString(value: unknown): string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* Get whether the provided value is a {@link function}.
|
|
91
|
+
* @param value The value to check.
|
|
92
|
+
*/
|
|
93
|
+
export declare function isFunction(value: unknown): value is Function;
|
|
94
|
+
/**
|
|
95
|
+
* Return the provided value if it is a function, otherwise return undefined.
|
|
96
|
+
* @param value The value to check.
|
|
97
|
+
*/
|
|
98
|
+
export declare function asFunction(value: unknown): Function | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* Get the number of parameters that the provided {@link Function} takes.
|
|
101
|
+
* @param value The {@link Function} to get the parameter count for.
|
|
102
|
+
*/
|
|
103
|
+
export declare function getParameterCount(value: Function): number;
|
|
104
|
+
/**
|
|
105
|
+
* Get whether the provided value is a function with the provided parameter count.
|
|
106
|
+
* @param value The value to check.
|
|
107
|
+
* @param parameterCount The number of parameters the function must have.
|
|
108
|
+
*/
|
|
109
|
+
export declare function isFunctionWithParameterCount(value: unknown, parameterCount: number): value is Function;
|
|
110
|
+
/**
|
|
111
|
+
* Return the provided value if it is a function with the provided {@link parameterCount}, otherwise
|
|
112
|
+
* return undefined.
|
|
113
|
+
* @param value The value to check.
|
|
114
|
+
*/
|
|
115
|
+
export declare function asFunctionWithParameterCount(value: unknown, parameterCount: number): Function | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* Get whether the provided value is an {@link Array}.
|
|
118
|
+
* @param value The value to check.
|
|
119
|
+
*/
|
|
120
|
+
export declare function isArray<T>(value: T[] | unknown): value is T[];
|
|
121
|
+
/**
|
|
122
|
+
* Return the provided value if it is an array, otherwise return undefined.
|
|
123
|
+
* @param value The value to check.
|
|
124
|
+
*/
|
|
125
|
+
export declare function asArray(value: unknown): unknown[] | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* Get whether the provided value is an {@link Object} or is null.
|
|
128
|
+
* @param value The value to check.
|
|
129
|
+
*/
|
|
130
|
+
export declare function isObjectOrArrayOrNull(value: unknown): value is {} | unknown[] | null;
|
|
131
|
+
/**
|
|
132
|
+
* Return the provided value if it is an array, otherwise return undefined.
|
|
133
|
+
* @param value The value to check.
|
|
134
|
+
*/
|
|
135
|
+
export declare function asObjectOrArrayOrNull(value: unknown): {} | unknown[] | null | undefined;
|
|
136
|
+
/**
|
|
137
|
+
* Get whether the provided value is an {@link Object}.
|
|
138
|
+
* @param value The value to check.
|
|
139
|
+
* @returns
|
|
140
|
+
*/
|
|
141
|
+
export declare function isObject(value: unknown): value is {};
|
|
142
|
+
/**
|
|
143
|
+
* Return the provided value if it is an {@link Object}, otherwise return undefined.
|
|
144
|
+
* @param value The value to check.
|
|
145
|
+
*/
|
|
146
|
+
export declare function asObject(value: unknown): {} | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* Get an {@link Iterator} that can be used to iterate through the properties of the provided value.
|
|
149
|
+
* @param value The value to iterate over.
|
|
150
|
+
*/
|
|
151
|
+
export declare function getPropertyNames(value: {}): Iterable<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Get whether the provided value has a property with the provided key.
|
|
154
|
+
* @param value The value to check.
|
|
155
|
+
* @param propertyKey The key of the property to look for.
|
|
156
|
+
*/
|
|
157
|
+
export declare function hasProperty<TValue, TPropertyKey extends PropertyKey>(value: TValue, propertyKey: TPropertyKey): value is TValue & Record<TPropertyKey, unknown>;
|
|
158
|
+
/**
|
|
159
|
+
* Get whether the value has a function with the provided name.
|
|
160
|
+
* @param value The value to check.
|
|
161
|
+
* @param functionName The name of the function to look for.
|
|
162
|
+
*/
|
|
163
|
+
export declare function hasFunction<TValue, TPropertyKey extends PropertyKey>(value: TValue, functionName: TPropertyKey, parameterCount?: number): value is TValue & Record<TPropertyKey, Function>;
|
|
164
|
+
/**
|
|
165
|
+
* Get whether the provided value is a {@link JavascriptIterator}.
|
|
166
|
+
* @param value The value to check.
|
|
167
|
+
*/
|
|
168
|
+
export declare function isJavascriptIterator<T>(value: unknown): value is JavascriptIterator<T>;
|
|
169
|
+
/**
|
|
170
|
+
* Get whether the provided value is a {@link JavascriptIterable}.
|
|
171
|
+
* @param value The value to check.
|
|
172
|
+
*/
|
|
173
|
+
export declare function isJavascriptIterable<T>(value: unknown): value is JavascriptIterable<T>;
|
|
174
|
+
export declare function isIterator<T>(value: unknown): value is Iterator<T>;
|
|
175
|
+
export declare function isIterable<T>(value: unknown): value is Iterable<T>;
|
|
176
|
+
/**
|
|
177
|
+
* Get whether the provided value is a {@link JavascriptAsyncIterator}.
|
|
178
|
+
* @param value The value to check.
|
|
179
|
+
*/
|
|
180
|
+
export declare function isJavascriptAsyncIterator<T>(value: unknown): value is JavascriptAsyncIterator<T>;
|
|
181
|
+
/**
|
|
182
|
+
* Get whether the provided value is a {@link JavascriptAsyncIterable}.
|
|
183
|
+
* @param value The value to check.
|
|
184
|
+
*/
|
|
185
|
+
export declare function isJavascriptAsyncIterable<T>(value: unknown): value is JavascriptAsyncIterable<T>;
|
|
186
|
+
export declare function isAsyncIterable<T>(value: unknown): value is AsyncIterable<T>;
|
|
187
|
+
/**
|
|
188
|
+
* Get the name of the provided {@link Type}.
|
|
189
|
+
* @param type The {@link Type} to get the name of.
|
|
190
|
+
*/
|
|
191
|
+
export declare function getName(type: Type<unknown>): string;
|
|
192
|
+
export declare function isPromiseLike<T>(value: unknown): value is PromiseLike<T>;
|
|
193
|
+
export declare function isPromise<T>(value: unknown): value is Promise<T>;
|
|
194
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../sources/types.ts"],"names":[],"mappings":"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"}
|