(snowflake: Snowflake)
| 112 | * @category Parts |
| 113 | */ |
| 114 | export const dateTime = (snowflake: Snowflake): DateTime.Utc => DateTime.unsafeMake(timestamp(snowflake)) |
| 115 | |
| 116 | /** |
| 117 | * @since 1.0.0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…