Skip to content

BAMLABLLC/stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAM Lab Standard Library

All asynchronous functions return an <Observable> that emits the type defined below

  • parseJSON :: <String> json -> <Object>
  • parseXML :: <String> xml -> <Document>
  • readDir :: <String> directory -> <Array>
  • readFile :: <String> encoding, <String> file -> <Buffer>
  • writeFile :: <String> encoding, <String> file, <Buffer> data -> <Buffer>

About

BAM Lab Standard Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published