UNPKG

@feelback/js

Version:

Client side js integration for Feelback service

8 lines (7 loc) 259 B
declare function get<T>(url: string, ...params: any[]): Promise<T | undefined>; declare function post<T>(url: string, ...params: any[]): Promise<T | undefined>; declare const _default: { get: typeof get; post: typeof post; }; export default _default;