angular2
Version:
Angular 2 - a web framework for modern web apps
6 lines (5 loc) • 312 B
TypeScript
import { RequestMethod } from './enums';
export declare function normalizeMethodName(method: string | RequestMethod): RequestMethod;
export declare const isSuccess: (status: number) => boolean;
export declare function getResponseURL(xhr: any): string;
export { isJsObject } from 'angular2/src/facade/lang';