UNPKG

playwright-mcp

Version:
8 lines (5 loc) 184 B
import { Snowflake } from "@skorotkiewicz/snowflake-id"; const snowflake = new Snowflake(42 * 10); export const getSnowflakeId = async () => { return await snowflake.generate(); }