📄 port¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 1 |
| 📊 Variables & Constants | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/shared/utils/port.ts
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
hyphenateRE |
RegExp |
const | /\B([A-Z])/g |
✗ |
camelizeRE |
RegExp |
const | /-(\w)/g |
✗ |
Functions¶
cacheStringFunction(fn: T): T¶
Parameters:
fnT
Returns: T
Calls:
Object.createfn
Code
Generated by Syntax Scribe