Skip to content

Instantly share code, notes, and snippets.

@xgqfrms
Created April 22, 2023 09:06
Show Gist options
  • Save xgqfrms/4db3d5473a17d8bd9655b0ba3a25421a to your computer and use it in GitHub Desktop.
Save xgqfrms/4db3d5473a17d8bd9655b0ba3a25421a to your computer and use it in GitHub Desktop.
app.js
// app.js ❌
/*
import { autoReport, manualReport, } from "./index.js";
if(autoReport && manualReport) {
console.log(`app ✅`);
autoReport();
manualReport();
} else {
console.log(`app ❌`);
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment