An open API service indexing awesome lists of open source software.

https://github.com/unlight/webpack-resolve-alias-playground


https://github.com/unlight/webpack-resolve-alias-playground

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

```
// RxJS since 5.5+
import { Observable as Observable1 } from 'rxjs';
import { Observable as Observable2 } from 'rxjs/Observable';
console.log(Observable2 === Observable1); // => false, but expected true
```