@jkob/node
v2.0.3
Published
Node.js only tools
Downloads
27
Readme
import { download, json, isDevelopment, isProduction } from "@jkob/node";
const text = await download('http://...');
const json = await json('https://...');
const isDev = isDevelopment();
const isProd = isProduction();