mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +08:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
function copy(str, options = {}) {
|
|
copy.lastStr = str;
|
|
copy.lastOptions = options;
|
|
}
|
|
|
|
export default copy;
|