From 053305eb5c623488d40a91cf4601d30f3b41ef91 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 29 May 2021 16:16:18 -0400 Subject: =?UTF-8?q?Implement=20filesystem=20API,=20except=20=E2=80=A2file.?= =?UTF-8?q?Open?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/bqn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/bqn.js b/docs/bqn.js index 7b1ef220..37bcd252 100644 --- a/docs/bqn.js +++ b/docs/bqn.js @@ -506,6 +506,6 @@ if (typeof process!=='undefined') { if (typeof module!=='undefined') { // Node.js bqn.fmt=fmt; bqn.fmtErr=fmtErr; bqn.compile=compile; bqn.run=run; - bqn.sysvals=sysvals; bqn.util={has,list,str,unstr,dynsys,req1str}; + bqn.sysvals=sysvals; bqn.util={has,list,str,unstr,dynsys,req1str,makens}; module.exports=bqn; } -- cgit v1.2.3