UNPKG

@profitsniper/email

Version:

While developing with Typescript and Node.js is awesome, **setting up a new project is painful**. This minimal and modern starter repo is here to help you get started with Node.js and Typecript without the pain.

10 lines (9 loc) 411 B
export function build(additionalArguments?: string[] | undefined): void; export function test(): void; export function bundle(): void; export function start(): void; export function watchNode(): void; export function watchTs(): void; export function clean(): void; export function format(additionalArguments?: string[] | undefined): void; export function lint(additionalArguments?: string[] | undefined): void;