Skip to content

Instantly share code, notes, and snippets.

Pre-req's:
Python 3
A project that is git initialized
Windozs setup:
pip install pre-commit
MAC OS setup for pre-commit:
const productApiResponses = await Promise.all(
itemNumbers.map(async (itemNumber: string) => {
try {
const productAPIResponse = await productService(
itemNumber,
productConfig,
locale
);
if (!productAPIResponse) return null;