Extension: Remove SunTime enum

This commit is contained in:
Romain Vigier
2022-08-21 21:22:17 +02:00
parent 2d33307208
commit 8c0a5a3ddb
3 changed files with 0 additions and 15 deletions
-13
View File
@@ -1,13 +0,0 @@
// SPDX-FileCopyrightText: 2021 Romain Vigier <contact AT romainvigier.fr>
// SPDX-License-Identifier: GPL-3.0-or-later
/**
* Sun times.
*
* @readonly
* @enum {string}
*/
var SunTime = {
SUNSET: 'sunset',
SUNRISE: 'sunrise',
};