UNPKG

@litexa/core

Version:

Litexa, a programming language for writing Alexa skills

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