https://github.com/pacexy/unit-of-time
Constants that representing the unit of time.
https://github.com/pacexy/unit-of-time
Last synced: 9 months ago
JSON representation
Constants that representing the unit of time.
- Host: GitHub
- URL: https://github.com/pacexy/unit-of-time
- Owner: pacexy
- License: mit
- Created: 2020-11-15T07:46:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-15T08:05:49.000Z (over 5 years ago)
- Last Synced: 2025-02-18T02:12:28.604Z (over 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unit of time
Constants that representing the unit of time.
## Usage
```typescript
// import the default export
import unitOfTime from 'unit-of-time'
```
```typescript
// import the exported constant directly
import { MINUTE } from 'unit-of-time'
```
## Constants
### MILLISECOND
### SECOND
### MINUTE
### HOUR
### DAY
### WEEK
## Reference
[Unit of time](https://www.wikiwand.com/en/Unit_of_time)