Is this still the preferred way to import JS libs? My parse import is now giving me an error when trying to run the JS unit tests (I have not run them in quite some time). Using:
Copy code
@JsModule("date-fns/parse")
external fun parse(date: String, format: String, reference: Date): Date