UNPKG

@tangential/core

Version:

Core types and support code for Tangential

7 lines (6 loc) 272 B
/** * From https://gist.github.com/mikelehen/3596a30bd69384624c11, via Firebase blog at * https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html * With minor tweaks for use with TypeScript **/ export declare const generatePushID: () => string;