@sumor/storage

Light present cloud storage framework

Installation

Install via npm:

$ npm install --save @sumor/storage

Instructions for use

ES6 way

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

level1.level2.level3('parameter1')

Node.js CommonJS way

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

level1.level2.level3('parameter1')

API Documentation

await event.serve(parameters)

Type

Async function