feat: Add vector clone
This commit is contained in:
parent
7d150e2860
commit
f002310581
4 changed files with 43 additions and 0 deletions
3
src/vector/utils.js
Normal file
3
src/vector/utils.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import {promoteUnary} from './helpers.js'
|
||||
|
||||
export const clone = promoteUnary('clone')
|
Loading…
Add table
Add a link
Reference in a new issue