This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
904118851
/
tg_factory
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
615d10c3c9
ブランチ
タグ
master
tg_factory
/
node_modules
/
date-fns
/
_lib
/
addLeadingZeros.d.cts
addLeadingZeros.d.cts
94 B
履歴
Raw
1
2
3
4
export declare function addLeadingZeros(
number: number,
targetLength: number,
): string;