UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

4 lines (3 loc) 174 B
import { RequestMethods } from './enums'; export declare function normalizeMethodName(method: any): RequestMethods; export { isJsObject } from 'angular2/src/facade/lang';