deno.com

variable exports

The exports variable is available within a module's file-level scope, and is assigned the value of module.exports before the module is evaluated.

Type #

Module["exports"]