Edit: alright ECMAScript Modules it is :D

should my library be common js or a module (this is gonna be an npm package)

aka should it beconst { Client } = require('libraryname')

or import { Client } from 'libraryname'

Jun 16, 2022, 10:10 PM
3 0 7

comments (single view)

Oh yeah, speaking of promises, this is entirely promise based πŸŽ‰

let’s g o

Post class coming soon :D

View all comments