UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

7 lines (6 loc) 223 B
// no deserialization is necessary in TS. // This is only here to match dart interface export function deserializeGenericEvent( serializedEvent: {[key: string]: any}): {[key: string]: any} { return serializedEvent; }