Package Exports
- wavelength-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wavelength-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Wavelength
Micro-framework for FAAS applications.
Install
yarn add wavelength-js
Import package into your application
TypeScript
import {Runtime} from "wavelength-js";
JavaScript
const {Runtime} = require("wavelength-js");
commands
yarn run build
yarn run watch
yarn run test
Demo
See, how it's working: https://runkit.com/lopatnov/wavelength-js
Test it with a runkit: https://npm.runkit.com/@bradodarb/wavelength-js
Rights and Agreements
License MIT