Update Bot (j'ai plus le repo sur GitHub)
Qui c'est la conne qui a delete le repo sur GitHub? C'EST MOIIIII
This commit is contained in:
8
node_modules/@eslint/object-schema/dist/esm/index.d.ts
generated
vendored
8
node_modules/@eslint/object-schema/dist/esm/index.d.ts
generated
vendored
@@ -1,5 +1,5 @@
|
||||
export type ObjectDefinition = import("./types.ts").ObjectDefinition;
|
||||
export type PropertyDefinition = import("./types.ts").PropertyDefinition;
|
||||
export type ObjectDefinition = $typests.ObjectDefinition;
|
||||
export type PropertyDefinition = $typests.PropertyDefinition;
|
||||
/**
|
||||
* @fileoverview Merge Strategy
|
||||
*/
|
||||
@@ -38,6 +38,7 @@ export class ObjectSchema {
|
||||
/**
|
||||
* Creates a new instance.
|
||||
* @param {ObjectDefinition} definitions The schema definitions.
|
||||
* @throws {Error} When the definitions are missing or invalid.
|
||||
*/
|
||||
constructor(definitions: ObjectDefinition);
|
||||
/**
|
||||
@@ -52,7 +53,7 @@ export class ObjectSchema {
|
||||
* strategy.
|
||||
* @param {...Object} objects The objects to merge.
|
||||
* @returns {Object} A new object with a mix of all objects' keys.
|
||||
* @throws {Error} If any object is invalid.
|
||||
* @throws {TypeError} If any object is invalid.
|
||||
*/
|
||||
merge(...objects: any[]): any;
|
||||
/**
|
||||
@@ -121,3 +122,4 @@ export class ValidationStrategy {
|
||||
*/
|
||||
static "string!"(value: any): void;
|
||||
}
|
||||
import type * as $typests from "./types.ts";
|
||||
|
||||
Reference in New Issue
Block a user