Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zignis/is-snowflake

❄️ Determine and validate Snowflake IDs
https://github.com/zignis/is-snowflake

Last synced: 27 days ago
JSON representation

❄️ Determine and validate Snowflake IDs

Awesome Lists containing this project

README

        

# is-snowflake

Determine and validate snowflake IDs

## Install

```
yarn add is-snowflake
```

## Usage

```js
import { isSnowflake } from 'is-snowflake';

assert(isSnowflake('1706300963561668608') === true);
```

## What is a snowflake ID?

Twitter has a decent blog about it: https://blog.twitter.com/engineering/en_us/a/2010/announcing-snowflake