Skip to content

Commit 33e3cf2

Browse files
chore: formatting for index.ts fix
1 parent 96a94dc commit 33e3cf2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"scripts": {
19-
"check": "biome check --write ./src/**/*.ts ./demo/**",
19+
"check": "biome check --write ./src/index.ts ./src/**/*.ts ./demo/**",
2020
"check:ci": "biome check ./src/**/*.ts ./demo/**",
2121
"test": "vitest",
2222
"dev": "vite",

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { applyOffset, processGeometry } from "./offset"
2-
export { createMeshFromObject } from "./utils/createMeshFromObject"
3-
export { createOffsetMesh } from "./utils/offsetObjectHash"
4-
export type { VertexUsageInfo as InitialObject } from "./types"
1+
export { applyOffset, processGeometry } from "./offset";
2+
export type { VertexUsageInfo as InitialObject } from "./types";
3+
export { createMeshFromObject } from "./utils/createMeshFromObject";
4+
export { createOffsetMesh } from "./utils/offsetObjectHash";

0 commit comments

Comments
 (0)