Skip to content

Instantly share code, notes, and snippets.

@zt4ff
Created March 14, 2022 21:45
Show Gist options
  • Save zt4ff/89c460ef629551d650ef05a18ff4d6a3 to your computer and use it in GitHub Desktop.
Save zt4ff/89c460ef629551d650ef05a18ff4d6a3 to your computer and use it in GitHub Desktop.
const path = require("path")
const extension = path.extname(process.argv[1])
console.log(extension)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment