Skip to main content

Overview

Cpp.js includes helper JavaScript functions to handle cross-platform differences and simplify usage. This document provides an overview of these functions.


File System Functions

NamePlatform
generateVirtualPathbrowser
unmountbrowser
autoMountFilesbrowser
getFileBytesbrowser, node.js
getFileListbrowser, node.js

Utility Functions

NamePlatform
toArrayall
toVectorall

info

Browser Functions: You can access the browser functions from this link.
Node.js Functions: You can access the Node.js functions from this link.
React Native Functions: You can access the React Native functions from this link.