Quantcast
Channel: Import external class in nodejs - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by D-Money for Import external class in nodejs

$
0
0

If you're using ES6/ES2015 you can import the class:

db.js:

class sqlConn {   ...}export { sqlConn as default }

main.html:

import sqlConn from './path_to_file');var obj = new sqlConn(...);

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>