nestjs-typeorm-paginate

v2.6.1
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

Metadata

  • MIT
  • Whatever
  • Ashleigh Simonelli
  • released 8/12/2021

Downloads

Maintainers