StorageStack
  • Overview
  • Install
  • Global object
  • Middleware
  • Providers
Powered by GitBook
On this page

Was this helpful?

Global object

Everything in storage stack starts with the global application object.

import { ss } from '@storagestack/core';

You can import it from the core package core.

PreviousInstallNextMiddleware

Last updated 3 years ago

Was this helpful?