Skip to content

Commit 070c626

Browse files
committed
remove temp property
1 parent 3e6c10b commit 070c626

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ export class Property<T extends Value> {
143143
constructor(readonly value: T) {}
144144
}
145145

146-
const someProperty = new Property<string>("String");
147-
148146
export class PathProperty<T> extends Property<T> {
149147
readonly isClosed: boolean = true;
150148
createPath(

0 commit comments

Comments
 (0)