版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chunk-VQQLEFAO.mjs 149 B

1234567891011
  1. // src/utils.ts
  2. function keyToString(key) {
  3. if (typeof key === "string")
  4. return key;
  5. else
  6. return key.value;
  7. }
  8. export {
  9. keyToString
  10. };