getSchemaUtils

View as MarkdownOpen in Claude

Get or create the shared SchemaUtils singleton. This is a static method.

Parameters

This method takes no parameters.

Returns

SchemaUtils — The shared SchemaUtils singleton.

Example

1import { SwmlBuilder } from '@signalwire/sdk';
2
3const result = SwmlBuilder.getSchemaUtils();
4console.log(result);