UNPKG
@hookform/strictly-typed
Version:
beta (0.0.2-beta.1)
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.2-beta.1
0.0.1
React Hook Form strictly typed custom hooks.
react-hook-form.com
react-hook-form/strictly-typed
@hookform/strictly-typed
/
dist
/
logic
/
formatName.d.ts
2 lines
(1 loc)
•
95 B
TypeScript
View Raw
1
2
export
declare
const
formatName
:
(
name
:
string
| [
string
, ...(
string
|
number
)[]]
) =>
string
;