0.0.1 • Published 2 years ago

@lexmin0412/constants v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@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