package.constants.index.js 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 var BASE_API_V1_URL = "/api/v1";
export var DEFAULT_PAGE_SIZE = 30;
export var DEFAULT_PAGE_INDEX = 1;
export var DEFAULT_STALE_TIME = 3600000; // 1 hour
// Constants for translation
export var SINGULAR = {
count: 1
};
export var PLURAL = {
count: 2
};
export * from "./regex";
//# sourceMappingURL=index.js.map