@litexa/core
Version:
Litexa, a programming language for writing Alexa skills
14 lines (12 loc) • 387 B
text/coffeescript
###
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###
module.exports = {
'coffee': 'coffee',
'javascript': 'js',
'json': 'json',
'typescript': 'ts'
}