💾 enums.ts

This commit is contained in:
nirholas
2026-03-31 10:23:45 +00:00
parent 5aaad9048c
commit d606cfb5e8

View File

@@ -132,3 +132,4 @@ export const Wrap = {
WrapReverse: 2, WrapReverse: 2,
} as const } as const
export type Wrap = (typeof Wrap)[keyof typeof Wrap] export type Wrap = (typeof Wrap)[keyof typeof Wrap]