UNPKG

@litexa/core

Version:

Litexa, a programming language for writing Alexa skills

15 lines (12 loc) 464 B
/* * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 * ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ const {todayName} = require('./components/utils'); const {Time} = require('./services/time.service'); module.exports = { todayName, getDay: Time.serverTimeGetDay };