We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058903f commit 8d420ccCopy full SHA for 8d420cc
js-src/Builder.ts
@@ -35,7 +35,7 @@ import type {
35
import { IdentityAssertionSigner } from "./IdentityAssertion.js";
36
37
export class Builder implements BuilderInterface {
38
- private constructor(private builder: NeonBuilderHandle) {}
+ constructor(private builder: NeonBuilderHandle) {}
39
40
static new(): Builder {
41
const builder: NeonBuilderHandle = getNeonBinary().builderNew();
0 commit comments