UNPKG

@triviality/core

Version:
10 lines (8 loc) 213 B
export const MyOtherFeature = ({ myFeature }: { myFeature: () => string }) => ({ myOtherFeature(): string { return 'MyOtherFeature'; }, referenceToMyFeature(): string { return myFeature(); }, });