UNPKG

wildboar-context

Version:

Library for constructing context objects for pure functional programming.

4 lines 106 B
export default interface WithName { readonly name: string; } //# sourceMappingURL=WithName.d.ts.map