@adobe-apimesh/mesh-builder 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@ Compile Mesh function takes the `meshId` to find the built TypeScript mesh artif
|
|
|
27
27
|
## Types
|
|
28
28
|
|
|
29
29
|
```ts
|
|
30
|
+
validateMesh(meshConfig: MeshConfig) => Promise<boolean>
|
|
31
|
+
|
|
30
32
|
buildMesh(meshId: string, meshConfig: MeshConfig) => Promise<boolean | undefined>
|
|
31
33
|
|
|
32
34
|
compileMesh(meshId: string) => Promise<string[]>
|