index.js #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • es5-ext/
  • function/
  • index.js
  • View
  • Commits
  • Open Download .zip Download (375 B)
// Export all modules.

"use strict";

module.exports = {
	"#": require("./#"),
	"constant": require("./constant"),
	"identity": require("./identity"),
	"invoke": require("./invoke"),
	"isArguments": require("./is-arguments"),
	"isFunction": require("./is-function"),
	"noop": require("./noop"),
	"pluck": require("./pluck"),
	"validFunction": require("./valid-function")
};
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command