Skip to content

Instantly share code, notes, and snippets.

@orodio
Created June 22, 2015 05:33
Show Gist options
  • Save orodio/004fc9b36c5a895ad299 to your computer and use it in GitHub Desktop.
Save orodio/004fc9b36c5a895ad299 to your computer and use it in GitHub Desktop.
import { shape, str, num, bool } from "facts"
shape(thingToCheck, {
foo: str,
bar: num,
rawr: {
name: str,
age: num,
alive: bool
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment