npx typedoc --plugin typedoc-github-theme --out documentation ./src/FIOSDK.ts

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