Skip to content

Instantly share code, notes, and snippets.

@cretz
Created February 5, 2013 16:55
Show Gist options
  • Save cretz/4715792 to your computer and use it in GitHub Desktop.
Save cretz/4715792 to your computer and use it in GitHub Desktop.
module SoftLayer {
module Zookeeper {
class Acl {
static openAclUnsafe = new Acl(123);
constructor(public permissions: number) { }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment