This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
car-game
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2bfb9b01cf
Branches
Tags
main
car-game
/
node_modules
/
crypto-es
/
lib
/
pad-nopadding.js
pad-nopadding.js
99 B
History
Raw
1
2
3
4
5
6
7
8
9
10
/**
* A noop padding strategy.
*/
export const NoPadding = {
pad() {
},
unpad() {
},
};