diff options
Diffstat (limited to 'src/bun.js/api/crypto.classes.ts')
| -rw-r--r-- | src/bun.js/api/crypto.classes.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bun.js/api/crypto.classes.ts b/src/bun.js/api/crypto.classes.ts index 2f686a69d..b97ed4b1a 100644 --- a/src/bun.js/api/crypto.classes.ts +++ b/src/bun.js/api/crypto.classes.ts @@ -63,6 +63,10 @@ export default [ fn: "update", length: 2, }, + copy: { + fn: "copy", + length: 0, + }, byteLength: { getter: "getByteLength", }, |
