UNPKG

@cuba-platform/front-generator

Version:
10 lines (8 loc) 252 B
import { Observable } from '../../Observable'; import { of as staticOf } from '../../observable/of'; Observable.of = staticOf; declare module '../../Observable' { namespace Observable { export let of: typeof staticOf; //formOf an iceberg! } }