Introduce some functional programming techniques
This commit is contained in:
4
src/file/space-type.ts
Normal file
4
src/file/space-type.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export enum SpaceType {
|
||||
DEFAULT = "default",
|
||||
PRESERVE = "preserve",
|
||||
}
|
Reference in New Issue
Block a user