rename, export

This commit is contained in:
rca 2024-07-17 08:56:59 +09:00
parent ca72216a0d
commit 8f9192c7f6

View File

@ -1,6 +1,6 @@
import * as Alexa from 'ask-sdk-core';
class AttributeUtil {
class AttributeUtils {
private handlerInput: Alexa.HandlerInput;
constructor(handlerInput: Alexa.HandlerInput) {
@ -28,3 +28,5 @@ class AttributeUtil {
});
}
}
export default AttributeUtils;