File: app.js

package info (click to toggle)
python-whitenoise 6.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: python: 2,040; makefile: 132; javascript: 10
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
var myFunction = function() {
  return 42;
};

function thisFilesNeedsToBeBigEnoughToRequireGzipping(arg) {
  doAthing();
  moreThings().then(evenMoreThings);
}