UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

4 lines (3 loc) 86 B
export function bind(fn: Function, scope: any): Function { return fn.bind(scope); }