rokucommunity / roku-deploy

An npm module for zipping and deploying to Roku devices.
MIT License
41 stars 17 forks source link

Eliminate the top level functions from src/index.ts #137

Closed TwitchBronBron closed 7 months ago

TwitchBronBron commented 8 months ago

A followup to https://github.com/rokucommunity/roku-deploy/issues/72

Remove all the exported functions from src/index.ts, users must import { rokuDeploy } from 'roku-deploy';