mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
Applied changes from feedback
This commit is contained in:
3
types/joi/index.d.ts
vendored
3
types/joi/index.d.ts
vendored
@@ -1071,8 +1071,7 @@ export function reach<T extends Schema>(schema: ObjectSchema, path: string): T;
|
||||
/**
|
||||
* Creates a new Joi instance customized with the extension(s) you provide included.
|
||||
*/
|
||||
export function extend(extention: Extension|Extension[]): any;
|
||||
export function extend(...extentions: (Extension|Extension[])[]): any;
|
||||
export function extend(extension: Extension|Extension[], ...extensions: (Extension|Extension[])[]): any;
|
||||
|
||||
// --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user