Files

thor.src
  • import_code("/home/me/src/thor.src")
  • Thor = {}
  • Thor.init = function(a)
  • f = function(i)
  • return ThorUtils(i)
  • end function
  • Lst.map(a, @a)
  • end function
bundler.json
  • {
  • main: "thor.src",
  • exports: "Thor",
  • deps: {"Lst": "https://www.greyrepo.xyz/posts/list-lib?build=1.0.3"}
  • name: "Thor",
  • deps: {
  • "Lst": "https://www.greyrepo.xyz/posts/list-lib?build=1.0.3"\
  • },
  • local_deps: [
  • "src/utils.src"
  • ]
  • }