UNPKG
json-schema-to-joi
Version:
latest (5.1.0)
5.1.0
3.0.0
Converts JSON schema to Joi typescript code
json-schema-to-joi
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
164 B
TypeScript
View Raw
1
2
3
/// <reference types="node" />
export
declare
function
traverseDir
(
dir
:
string
|
Buffer
,
fileFunc
: (fileName:
string
, dir:
string
) =>
Promise
<
any
>
):
Promise
<
void
>;