mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
5 lines
208 B
JavaScript
5 lines
208 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var fetch_1 = require("../internal/observable/dom/fetch");
|
|
exports.fromFetch = fetch_1.fromFetch;
|
|
//# sourceMappingURL=index.js.map
|