@@ -730,3 +730,27 @@ export type Extension = { _msgpackType: typeof(msgpack.Extension), type:number,
730730export type ByteArray = { _msgpackType : typeof (msgpack .ByteArray ), data : string }
731731
732732return msgpack
733+
734+ --[[
735+ MIT License
736+
737+ Copyright (c) 2021 Valts Liepiņš
738+
739+ Permission is hereby granted, free of charge, to any person obtaining a copy
740+ of this software and associated documentation files (the "Software"), to deal
741+ in the Software without restriction, including without limitation the rights
742+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
743+ copies of the Software, and to permit persons to whom the Software is
744+ furnished to do so, subject to the following conditions:
745+
746+ The above copyright notice and this permission notice shall be included in all
747+ copies or substantial portions of the Software.
748+
749+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
750+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
751+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
752+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
753+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
754+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
755+ SOFTWARE.
756+ ]]
0 commit comments