Package Exports
- @stacksjs/browser
- @stacksjs/browser/index.js
- @stacksjs/browser/src/composables/index.d.ts
- @stacksjs/browser/src/composables/useApi.d.ts
- @stacksjs/browser/src/composables/useAuth.d.ts
- @stacksjs/browser/src/index.d.ts
- @stacksjs/browser/src/model-loader.d.ts
- @stacksjs/browser/src/utils/base.d.ts
- @stacksjs/browser/src/utils/billable.d.ts
- @stacksjs/browser/src/utils/date.d.ts
- @stacksjs/browser/src/utils/debounce.d.ts
- @stacksjs/browser/src/utils/fetch.d.ts
- @stacksjs/browser/src/utils/function.d.ts
- @stacksjs/browser/src/utils/guards.d.ts
- @stacksjs/browser/src/utils/index.d.ts
- @stacksjs/browser/src/utils/lazy.d.ts
- @stacksjs/browser/src/utils/math.d.ts
- @stacksjs/browser/src/utils/plans.d.ts
- @stacksjs/browser/src/utils/promise.d.ts
- @stacksjs/browser/src/utils/random.d.ts
- @stacksjs/browser/src/utils/regex.d.ts
- @stacksjs/browser/src/utils/retry.d.ts
- @stacksjs/browser/src/utils/sleep.d.ts
- @stacksjs/browser/src/utils/throttle.d.ts
- @stacksjs/browser/src/utils/vendors.d.ts
Readme
Stacks Frontend
This core package contains the core frontend/browser functionalities of Stacks, all of which are auto-imported into your projects.
☘️ Features
- Browser-ready APIs
- Auto-imported into your projects
📦 Installation
bun install -d @stacksjs/browser🤖 Usage
bun install -d @stacksjs/browserYou may now use:
// ...Learn more in the docs.
🧪 Testing
bun test📈 Changelog
Please see our releases page for more information on what has changed recently.
🚜 Contributing
Please review the Contributing Guide for details.
🏝 Community
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
For casual chit-chat with others using this package:
Join the Stacks Discord Server
📄 License
The MIT License (MIT). Please see LICENSE for more information.
Made with 💙