element-plus/packages/components/message-box
jiaxiang dab6b73040
refactor: replace type checking with built-in functions (#18720)
* refactor: replace typeof string with the built-in isString

* refactor: replace typeof boolean with the built-in isBoolean

* refactor: replace typeof undefined with the built-in isUndefined

* chore: style

* chore: style
2024-10-31 09:21:21 +08:00
..
__tests__ feat(components): [message-box] add append-to option (#10071) 2022-10-18 21:47:26 +08:00
src refactor: replace type checking with built-in functions (#18720) 2024-10-31 09:21:21 +08:00
style chore: enhance eslint rules (#6476) 2022-03-08 14:03:32 +08:00
index.ts