Skip to content

Instantly share code, notes, and snippets.

@williamcotton
Created November 6, 2013 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamcotton/e0ad6cbf04f508403e59 to your computer and use it in GitHub Desktop.
Save williamcotton/e0ad6cbf04f508403e59 to your computer and use it in GitHub Desktop.
args = typeParseArguments(arguments);
package_definition = args.object;
name = args.string;
deps = args.array;
callback = args.func;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment