UNPKG

wildboar-context

Version:

Library for constructing context objects for pure functional programming.

4 lines 128 B
export default interface WithLabels { readonly labels: Record<string, string>; } //# sourceMappingURL=WithLabels.d.ts.map