index.d.ts 93 B

12
  1. export * from './interfaces/IUsers';
  2. export declare function sayHello(name: string): string;