Hyperlinkv0.9.0-beta.0

Hyperlink

Hyperlink.BareLocalinterfacesrc/Hyperlink.ts:974

The bare local marker — Hyperlink.local used without (). Valid only inside a Tag<Self, I>() contract, where the service interface at that key supplies its type. Using it where no type can be resolved is a compile error (see Tag).

modelslocalTag
Source src/Hyperlink.ts:9744 lines
export interface BareLocal {
  readonly [LocalMethodTypeId]: typeof LocalMethodTypeId;
  readonly [bareLocalSym]: true;
}
Referenced by 4 symbols