@shumoku/core · 0.4.0 · function
normalizeInterfaceName
APIの説明は英語のcanonical sourceを表示しています。
Normalize an interface name to `{ prefix, numbers, sub }`. The numeric part is split on `/`, `-`, or `:` so TTDB's dash form ("hg-0-0-0" → [0,0,0]) lines up with the slash form ("hg/0/0/0" → [0,0,0]).
normalizeInterfaceName(name: string): NormalizedInterface パラメーター
| 名前 | 型 | 説明 | 既定値 |
|---|---|---|---|
name | string | 追加説明はありません。 | — |
戻り値
NormalizedInterface