
typedoc --out documentation ./src/FIOSDK.ts --mode file --excludeExternals

echo "If typedoc command is not found, install typedoc using the npm global command:"
echo "npm install --global typedoc"