This repository has been archived on 2024-03-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
timekeeper/store/const.js

13 lines
195 B
JavaScript
Raw Normal View History

export default {
currencies: [
"energy",
"seasons",
"months",
"days",
"hours",
"seconds",
"nanoseconds",
"plancktime"
]
}