Skip to content

Instantly share code, notes, and snippets.

View KaySackey's full-sized avatar

Kay Sackey KaySackey

View GitHub Profile
### Keybase proof
I hereby claim:
* I am kaysackey on github.
* I am dismantlethesun (https://keybase.io/dismantlethesun) on keybase.
* I have a public key whose fingerprint is 7EFB 94A9 1A41 31E4 FA1F 5C6E A946 E273 7E1D 7F9F
To claim this, I am signing this object:
@KaySackey
KaySackey / typed_map.js
Last active September 19, 2016 21:52
Creating Typed Arrays with Serialzr
import {
//// isPropSchema,
//// isAliasedPropSchema,
// invariant
// isMapLike,
// isModelSchema
list,
map,
createSimpleSchema,
serializable,
data = [
{
"id": 1,
"type": "Color",
"tag": "Blue"
},
{
"id": 2,
"type": "Color",