Add package unpack (#953)

This commit is contained in:
technicallyagd 2018-12-05 01:07:30 +08:00 committed by Miran
parent c2cd467f65
commit 369cf81b4c

View File

@ -11771,5 +11771,22 @@
"description": "bindings to cimgui - https://github.com/cimgui/cimgui",
"license": "MIT",
"web": "https://github.com/zacharycarter/nimgui"
},
{
"name": "unpack",
"url": "https://github.com/technicallyagd/unpack",
"method": "git",
"tags": [
"unpack",
"seq",
"array",
"object",
"destructuring",
"destructure",
"unpacking"
],
"description": "Array/Sequence/Object destructuring/unpacking macro",
"license": "MIT",
"web": "https://github.com/technicallyagd/unpack"
}
]