f18ee36dc0
* 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
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export function alert(...messages: any[]) {
|
|
console.log(...messages)
|
|
}
|