saleor-app-sdk-REDIS_APL/src/APL/apl-debug.ts
2022-09-05 11:09:06 +02:00

3 lines
127 B
TypeScript

import { createDebug } from "../debug";
export const createAPLDebug = (namespace: string) => createDebug(`APL:${namespace}`);