Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
JAVASCRIPT
14
Empty js
Guest on 16th July 2022 03:49:35 PM
import
{
Observable
}
from
'../../Observable'
;
import
{
empty as staticEmpty
}
from
'../../observable/empty'
;
Observable.
empty
=
staticEmpty
;
//# sourceMappingURL=empty.js.map
Raw Paste
import { Observable } from '../../Observable'; import { empty as staticEmpty } from '../../observable/empty'; Observable.empty = staticEmpty; //# sourceMappingURL=empty.js.map
Login
or
Register
to edit or fork this paste. It's free.