This website requires JavaScript.
Explore
Help
Sign In
midsuit
/
julong-lib
Watch
6
Star
0
Fork
You've already forked julong-lib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
31680f29c7
julong-lib
/
utils
/
cloneFm.ts
8 lines
116 B
TypeScript
Raw
Blame
History
export
const
cloneFM
=
(
fm
:
any
,
row
:
any
)
=
>
{
return
{
.
.
.
fm
,
data
:
row
,
render
:
fm.render
,
}
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink