Thanks to visit codestin.com
Credit goes to effect-ts.github.io

Skip to main content Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

PrimaryKey.ts overview

Since v2.0.0


Exports Grouped by Category


accessors

value

Signature

declare const value: (self: PrimaryKey) => string

Source

Since v2.0.0

models

PrimaryKey (interface)

Signature

export interface PrimaryKey {
  [symbol](): string
}

Source

Since v2.0.0

symbols

symbol

Signature

declare const symbol: unique symbol

Source

Since v2.0.0