nestjs-typeorm-paginate

v4.0.4
A simple pagination function to build a pagination object with types
nestjs typeorm pagination paginate

format

prettier --write "**/*.ts"

setup:test

node_modules/.bin/ts-node node_modules/.bin/typeorm schema:sync

test

jest --runInBand

coveralls

yarn run test:cov --coverageReporters=text-lcov | coveralls

test:cov

jest --coverage

build

rm -rf ./dist && tsc && npm run build:index

build:index

rm -rf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts

prepublish

npm run format && npm run build
npm i nestjs-typeorm-paginate

Metadata

  • MIT
  • Whatever
  • Ashleigh Simonelli
  • released 6/23/2023

Downloads

Maintainers