()
| 63 | * @returns {Promise<string>} |
| 64 | */ |
| 65 | export async function quickStart() { |
| 66 | await init(); |
| 67 | const demo = createDemo(); |
| 68 | return demo.createIdentity(); |
| 69 | } |
| 70 | |
| 71 | // Re-export WASM types |
| 72 | export { wasm }; |
nothing calls this directly
no test coverage detected