README
get-sync.js
A simple synchronous fetch command for node.js
get-sync provides a simple synchronous command to fetch a url to a local file. It has no other dependencies; no need for threads, fibers, or other complex implementation details.
A simple synchronous get method.
<script type="module">
import getSync from 'https://cdn.skypack.dev/get-sync';
</script>
A simple synchronous fetch command for node.js
get-sync provides a simple synchronous command to fetch a url to a local file. It has no other dependencies; no need for threads, fibers, or other complex implementation details.