mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-23 01:34:29 +00:00
commit node_modules
This commit is contained in:
5
node_modules/nanoassert/example.js
generated
vendored
Normal file
5
node_modules/nanoassert/example.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
var assert = require('.')
|
||||
|
||||
var a = 1
|
||||
var b = 1
|
||||
assert(a !== b, `${a} !== ${b}`)
|
||||
Reference in New Issue
Block a user