Skip to main content
Module

x/pbkit/codegen/swift/index.ts>getSwiftFullName

Protobuf toolkit for modern web development
Go to Latest
function getSwiftFullName
import { getSwiftFullName } from "https://deno.land/x/pbkit@v0.0.57/codegen/swift/index.ts";

Returns SwiftFullName of typePath.

Examples

.package.example.Nested.Something.Message -> Package_Example_Nested.Something.Message

Parameters

config: { schema: schema.Schema; typePath: string; }

Returns

string

Parameters

config: { schema: schema.Schema; typePath?: string; }

Returns

string | undefined