mirror of
https://github.com/sern-handler/website
synced 2026-06-27 10:12:23 +00:00
feat: migrate to starlight
This commit is contained in:
6
node_modules/not/examples/simple.js
generated
vendored
Normal file
6
node_modules/not/examples/simple.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var not = require("..")
|
||||
, truth = function () { return true }
|
||||
, lies = function () { return false }
|
||||
|
||||
// false true
|
||||
console.log(not(truth)(), not(lies)())
|
||||
Reference in New Issue
Block a user