Skip to content

Instantly share code, notes, and snippets.

@Rednexie
Created February 25, 2024 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rednexie/9b7eb07cc0b085976fdccad7e30aa6aa to your computer and use it in GitHub Desktop.
Save Rednexie/9b7eb07cc0b085976fdccad7e30aa6aa to your computer and use it in GitHub Desktop.
let lowdb = import('lowdb/node').then(_ => lowdb = _)
main = async l => {
await lowdb;
}
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment