We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d223165 commit 1da6916Copy full SHA for 1da6916
template-js-esm/src/commands/ping.js
@@ -1,4 +1,4 @@
1
-const { CommandType, commandModule } = require('@sern/handler');
+import { CommandType, commandModule } from '@sern/handler';
2
3
export default commandModule({
4
type: CommandType.Both,
0 commit comments