An open API service indexing awesome lists of open source software.

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.

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)