mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-09-16 04:29:06 +00:00
update
This commit is contained in:
6
node_modules/rxjs/add/observable/of.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/add/observable/of.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { of as staticOf } from '../../observable/of';
|
||||
declare module '../../Observable' {
|
||||
namespace Observable {
|
||||
let of: typeof staticOf;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user