generated from templates/typescript-types
readme
This commit is contained in:
20
readme.md
20
readme.md
@@ -14,6 +14,7 @@ npm install --save-dev @js/types
|
||||
import {
|
||||
// Various identifier strings
|
||||
HttpURL,
|
||||
HttpURLSchemeless,
|
||||
UUID,
|
||||
SnowflakeID,
|
||||
|
||||
@@ -24,5 +25,24 @@ import {
|
||||
// Pino-compatible logger interface
|
||||
Logger,
|
||||
LogFn,
|
||||
|
||||
// Function helpers
|
||||
Func,
|
||||
Params,
|
||||
FirstParam,
|
||||
NonFirstParams,
|
||||
WithoutFirstParam,
|
||||
|
||||
// Language / locale
|
||||
Locale,
|
||||
|
||||
// Date / time
|
||||
ISODate,
|
||||
ISOTime,
|
||||
ISOZoneOffset,
|
||||
ISOTimestamp,
|
||||
TimeShort,
|
||||
LocalDateTime,
|
||||
Timezone,
|
||||
} from '@js/types';
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user