Skip to content

1.1.1

Compare
Choose a tag to compare
@acegoal07 acegoal07 released this 03 Oct 19:32
· 30 commits to main since this release

1.1.1

  • Changes all file manipulation functions to async to allow for awaiting is required
  • Cuts down on unneeded code within folderExist function
  • Adds index.d.ts to declare functions
  • Fixes an issue with getKeys not working as expected when trying to get root keys
  • Fixes an issue when comparing information in arrayToString
  • Removes some redundent code
  • Adds void(0) to points where nothing is needed instead of leaving it blank so stop errors