Using API with Node JS with New Updates

Hey everyone. I’m trying to build a project with the API using NodeJS. Although I’m quite confused by the fact that in the new documentation, they are importing the openai library via the following line of code: import OpenAI from “openai”. I’m not too experienced with NodeJS but it seems to be that this kind of import does not work (usually you would use the require() function). Does anyone know a solution to this? Thanks.