UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

4 lines (3 loc) 66 B
export function bind(fn, scope) { return fn.bind(scope); }