File: component.js

package info (click to toggle)
libjs-require-css 0.1.10%2Bds-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 540 kB
  • sloc: javascript: 8,751; sh: 26; makefile: 18
file content (3 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download | duplicates (3)
1
2
3
define(['css!./component'], function() {
  return {component: 'is here'};
});