rmCookie.d.ts 66 B

123
  1. declare function rmCookie(key: string): void;
  2. export = rmCookie;