optimus-ts
Version:
With this library, you can transform your ids to obfuscated integers based on Knuth's integer hash. Port of optimus-js
28 lines (20 loc) • 310 B
YAML
language: node_js
node_js:
- 'stable'
sudo: false
env:
- workerCount=3 timeout=600000
matrix:
fast_finish: true
branches:
only:
- master
install:
- npm uninstall typescript --no-save
- npm uninstall tslint --no-save
- npm install
cache:
directories:
- node_modules
git:
depth: 1