diff --git a/util/logger.d.ts b/util/logger.d.ts new file mode 100644 index 0000000..134bcb2 --- /dev/null +++ b/util/logger.d.ts @@ -0,0 +1,3 @@ +// TODO: actual typings for stripes logger +declare type Logger = (...args: any) => void; +export default Logger;