Skip to content

Gitarcitano/mobile-core-api

Repository files navigation

mobile-core-api

This package contains the mobile-core interfaces for mobile-modules

Installation

yarn add mobile-core-api

Usage

import { getStorageItem } from "mobile-core-api";

// ...

const result = await getStorageItem('ItemKeySample');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT