UNPKG

z-deduper

Version:

This library will allow you to build a Custom Zapier deduper for your advanced polling triggers use cases in your Zapier app.

3 lines (2 loc) 142 B
export declare function generateKey(input: string): string; export declare function toFixedLengthChunks(str: string, size: number): string[];