package.constants.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neeto-commons-frontend Show documentation
Show all versions of neeto-commons-frontend Show documentation
A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.
export const BASE_API_V1_URL: string;
export const DEFAULT_PAGE_INDEX: number;
export const DEFAULT_PAGE_SIZE: number;
export const DEFAULT_STALE_TIME: number;
export const SINGULAR: { count: number };
export const PLURAL: { count: number };
// Regex constants
export const VALID_EMAIL_REGEX: object;
export const VALID_URL_REGEX: object;
export const VALID_SLUG_REGEX: object;