Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 430 Bytes

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