saleor-app-sdk-REDIS_APL/src/APL/apl-debug.ts

4 lines
127 B
TypeScript
Raw Normal View History

2022-09-05 09:09:06 +00:00
import { createDebug } from "../debug";
export const createAPLDebug = (namespace: string) => createDebug(`APL:${namespace}`);