UNPKG

serverless-offline-reasint

Version:

Emulate AWS λ and API Gateway locally when developing your Serverless project

11 lines (9 loc) 369 B
import chalk from "chalk" export const dodgerblue = chalk.hex("#1e90ff") export const gray = chalk.hex("#808080") export const lime = chalk.hex("#00ff00") export const orange = chalk.hex("#ffa500") export const peachpuff = chalk.hex("#ffdab9") export const plum = chalk.hex("#dda0dd") export const red = chalk.hex("#ff0000") export const yellow = chalk.hex("#ffff00")