;;; autoload.el --- description

;;;###autoload
(defun +js-fake-fun ())

(provide 'autoload)
;;; autoload.el ends here