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 c53f0a6 commit 2235f77Copy full SHA for 2235f77
README.md
@@ -64,6 +64,8 @@ After you install and import the SDK, create a single, shared instance of the Fe
64
NPM:
65
66
```js
67
+import { FeatureProbe, FPUser } from "featureprobe-client-sdk-js";
68
+
69
const userId = /* unique user id in your business logic */;
70
const user = new FPUser(userId);
71
user.with("userId", /* userId */);
0 commit comments