UNPKG

pseudo-shuffle

Version:

Make the index look like it is shuffled according to the range so that it is not conflicted without the actual shuffle.

15 lines 230 B
{ "extends": "@sindresorhus/tsconfig", "compilerOptions": { "outDir": "dist", "strict": false, "types": [ "node", "jest" ], "rootDir": "./src", }, "exclude": [ "test" ] }