2.0.3 • Published 9 months ago

@jkob/node v2.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago
import { download, json, isDevelopment, isProduction } from "@jkob/node";
const text = await download('http://...');
const json = await json('https://...');

const isDev = isDevelopment();
const isProd = isProduction();
2.0.3

9 months ago