Closed borkdude closed 8 months ago
The following should return false:
false
(ns bar (:require ["fs" :refer [existsSync] :rename {existsSync exists?}])) (exists? "dude.md")
The following should return
false
: