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 bc3c7a5 commit 3942ddcCopy full SHA for 3942ddc
README.md
@@ -161,7 +161,7 @@ const user: User = fromDynamodbRecord<User>({
161
Then this plugin transforms the above TypeScript code like the following JavaScript code:
162
163
```js
164
-const record = (function (arg) {
+const user = (function (arg) {
165
return {
166
id: (function () {
167
const numStr = arg.id.N;
0 commit comments