deno/tests/specs/npm/cjs_module_export_assignment/main.out

7 lines
170 B
Text

{ func: [Function: func] }
[Module: null prototype] {
default: { func: [Function: func] },
func: [Function: func],
"module.exports": { func: [Function: func] }
}
5