( config?: KeychainPluginConfig, )
| 12 | // `import("@executor-js/sdk").Plugin` rather than the Promise-surface |
| 13 | // root specifier (which doesn't re-export Plugin). |
| 14 | export const keychainPlugin = ( |
| 15 | config?: KeychainPluginConfig, |
| 16 | ): Plugin<"keychain", KeychainExtension, Record<string, never>> => keychainPluginEffect(config); |
no outgoing calls
no test coverage detected