1686f08040
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
16 lines
421 B
TypeScript
16 lines
421 B
TypeScript
|
|
console.log("Starting usage examples...");
|
|
|
|
import properties from "./src/properties";
|
|
import modification from "./src/modification";
|
|
import exporting from "./src/exporting";
|
|
import geometrystream from "./src/geometrystream";
|
|
import coordination from "./src/coordination";
|
|
|
|
(async() => {
|
|
await coordination();
|
|
await exporting();
|
|
await properties();
|
|
await modification();
|
|
await geometrystream();
|
|
})(); |