astro/packages/webapi/src/lib/Alert.ts
Nate Moore f18ee36dc0
Add @astrojs/webapi package (#2729)
* chore: add @astrojs/webapi

* chore: update package.json

* fix: update file case

* fix: remove lowercase file

* chore: update tests to use mocha

* chore: update LICENSE
2022-03-07 15:36:22 -06:00

3 lines
72 B
TypeScript

export function alert(...messages: any[]) {
console.log(...messages)
}