Home
last modified time | relevance | path

Searched refs:fetchFrom (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/options/
Dfetch.js3 function fetchFrom(callback) { function
7 module.exports = fetchFrom;
/plugin/asciidocjs/node_modules/clean-css/lib/
Dclean.js14 var fetchFrom = require('./options/fetch'); variable
35 fetch: fetchFrom(options.fetch),