Skip to content

Instantly share code, notes, and snippets.

@Bnaya
Created May 25, 2020 12:19
Show Gist options
  • Save Bnaya/926f13568222bccc2a0d4a168c64354e to your computer and use it in GitHub Desktop.
Save Bnaya/926f13568222bccc2a0d4a168c64354e to your computer and use it in GitHub Desktop.
import assert from "assert";
assert.strictEqual(4, 4);
{
"name": "a123",
"version": "1.0.0",
"main": "index.js",
"author": "Bnaya Peretz",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.0.5",
"typescript": "^3.9.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment