@sumor/storage

Light Cloud Storage Framework

Installation

Install via npm:

$ npm install --save @sumor/storage

Usage

ES6 style

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

level1.level2.level3('parameter1')

Node.js CommonJS style

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

level1.level2.level3('parameter1')

API Documentation

await event.init(parameters)

Type

Async Function