Const
The CommonJS module object. Assigning to module.exports exports the extension object, though defineExtension is preferred because it type checks what you pass it.
module.exports
The CommonJS module object. Assigning to
module.exportsexports the extension object, though defineExtension is preferred because it type checks what you pass it.