Extension: Port to ESM

This commit is contained in:
Romain Vigier
2023-08-19 19:23:10 +02:00
parent b480820b37
commit 8c7724607e
23 changed files with 587 additions and 549 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* @readonly
* @enum {string}
*/
var Time = {
export const Time = {
UNKNOWN: 'unknown',
DAY: 'day',
NIGHT: 'night',