@sumor/storage

Light presentation cloud storage framework

Install

Install via npm:

$ npm install --save @sumor/storage

Instructions for Use

ES6 way

//For example, the program path to be accessed is level1.level2.level3
import { level1 } from '@sumor/storage'

level1.level2.level3('parameter1')

Node.js CommonJS way

//For example, the program path to be accessed is level1.level2.level3
const { level1 } = require('@sumor/storage')

level1.level2.level3('parameter1')

Interface Documentation

await event.context(parameters)

Type

Async function