Skip to main content
Module

x/deno_slack_hooks/version.ts

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
File
const VERSION = "1.3.0";export default VERSION;
if (import.meta.main) { console.log(VERSION);}