UNPKG

@alexkeating/common-utilities

Version:

Our **Common Utilities** package is a set of helper tools and utilities that are used throughout our libraries and apps. This includes things like our constants, types that are commonly shared across packages, and various utilities and helper functions.

12 lines (11 loc) 329 B
export declare type PosterTags = 'daohaus.summoner.daoProfile' | 'daohaus.shares.daoProfile'; export declare const POSTER_TAGS: { summoner: string; daoProfileUpdate: string; signalProposal: string; }; export declare const TABULA_TAGS: { PUBLICATION: string; PUB_ACTION: string; ARTICLE_ACTION: string; };