UNPKG

tsgen-lib

Version:
8 lines (6 loc) 227 B
declare const sayHello: (firstName: string, lastName: string) => void; declare const sayBye: () => void; declare const getContentTypes: () => Promise<{ [key: string]: any; }>; export { getContentTypes, sayBye, sayHello };