README
artdeco
artdeco
is a new Node.js npm package. Manage application in the cloud.
yarn add -E artdeco
Table Of Contents
API
The package is available by importing its default function:
import artdeco from 'artdeco'
artdeco(
arg1: string,
arg2?: boolean,
): void
Call this function to get the result you want.
/* yarn example */
import artdeco from 'artdeco'
(async () => {
await artdeco()
})()
(c) Art Deco 2018