Import from Github Gists

You can import from Github Gist's raw URL: await import("https://gist.githubusercontent.com/...")

This example pulls from this gist: example.js

Which has this code: export const hi = function() { return "Hi Nico!" }

Migrated from folder: Archive/hiNicoFromGists