summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/cjs_module_export_assignment/main.out
blob: dea185e38f5fa5a0c644a8be1f79d919e98aab98 (plain)
1
2
3
4
5
6
{ func: [Function: func] }
[Module: null prototype] {
  default: { func: [Function: func] },
  func: [Function: func]
}
5