Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created June 13, 2014 02:43
Show Gist options
  • Save Raynos/759197a829b9a63d9edd to your computer and use it in GitHub Desktop.
Save Raynos/759197a829b9a63d9edd to your computer and use it in GitHub Desktop.
function foo(opts: {host: string, port: number }) {
var host = opts.host; // string
var port = opts.port; // number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment