2.0.3 • Published 2 years ago

@jkob/node v2.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago