I_Inspect.interfaces overview

Added in v1.0.7


Table of contents


utils

I_Inspect (interface)

Signature

export interface I_Inspect<Tag, Value> {
  tag: Tag
  value: Value
}

Added in v1.0.7