firest commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
class Padding {
|
||||
constructor (padding) {
|
||||
this.left = padding.left
|
||||
this.right = padding.right
|
||||
}
|
||||
length () {
|
||||
return this.left.length + this.right.length
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@module padding
|
||||
*/
|
||||
module.exports = Padding
|
||||
Reference in New Issue
Block a user