Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 604 Bytes

@lexmin0412/constants

constants used frequently in development.

NPM version NPM downloads

Installation

pnpm add @lexmin0412/constants

Usage

import { Pagination } from '@lexmin0412/constants';

console.log(Pagination.DEFAULT_PAGE)  // 1
console.log(Pagination.DEFAULT_PAGE_SIZE)  // 10
console.log(Pagination.DEFAULT_TOTAL)  // 0