packaged
TypeScript icon, indicating that this package has built-in type declarations

5.0.1 • Public • Published

Packaged

NPM version NPM downloads Build Status

About

Packaged is a repository that contains interfaces/types/contracts that helps developers to create their own strongly-typed environment-agnostic (AWS, Azure, Google Cloud, IBM Cloud, Apache OpenWhisk, etc.) Function-as-a-Service apps.

This project only contains the abstraction and there's no implementation involved. Given that, developers can implement application-specific business logic without having a unified API interface.

Installation

To install this package, run the command below.

# npm
npm install --save packaged

# yarn
yarn add packaged

Usage

CommonJS

const {} = require('packaged');

ES6/TypeScript

import {} from 'packaged';

And you're good to go!

License

MIT

/packaged/

    Package Sidebar

    Install

    npm i packaged

    Weekly Downloads

    16

    Version

    5.0.1

    License

    MIT

    Unpacked Size

    47.8 kB

    Total Files

    107

    Last publish

    Collaborators

    • dmanavi