Snowflake
Constructors
Epoch
constEpochMillis
Added in v1.0.0
Source
Signature
declare const constEpochMillis: numberGenerator
Signature
declare class Generator extends any { constructor();}layerGenerator
Added in v1.0.0
Source
Signature
declare const layerGenerator: Layer.Layer<Generator>makeGenerator
Added in v1.0.0
Source
Signature
declare const makeGenerator: Effect.Effect<Snowflake.Generator>Models
Parts
Signature
declare function dateTime(snowflake: Snowflake): UtcSignature
declare function machineId(snowflake: Snowflake): anySignature
declare function sequence(snowflake: Snowflake): numberSignature
declare function timestamp(snowflake: Snowflake): numberSignature
declare function toParts(snowflake: Snowflake): PartsSchemas
SnowflakeFromBigInt
Added in v1.0.0
Source
Signature
declare const SnowflakeFromBigInt: Schema.Schema<Snowflake, bigint>SnowflakeFromString
Added in v1.0.0
Source
Signature
declare const SnowflakeFromString: Schema.Schema<Snowflake, string>