UNPKG

@triviality/core

Version:
4 lines (3 loc) 78 B
export interface GreetingsServiceInterface { greet(name: string): string; }