1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* A noop padding strategy.
|
||||
*/
|
||||
export const NoPadding = {
|
||||
pad() {
|
||||
},
|
||||
|
||||
unpad() {
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user