UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

8 lines (7 loc) 197 B
/// <reference path="../../observable.ts"/> module Rx { export interface ObservableStatic { wrap<T>(fn: Function): Observable<T>; spawn<T>(fn: Function): Observable<T>; } }