mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
node_modules: upgrade
This commit is contained in:
5
node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts
generated
vendored
5
node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts
generated
vendored
@@ -1,5 +1,7 @@
|
||||
import { YAMLSeq } from '../../nodes/YAMLSeq.js';
|
||||
import { ToJSContext } from '../../nodes/toJS.js';
|
||||
import { YAMLSeq } from '../../nodes/YAMLSeq.js';
|
||||
import { CreateNodeContext } from '../../util.js';
|
||||
import type { Schema } from '../Schema.js';
|
||||
import { CollectionTag } from '../types.js';
|
||||
export declare class YAMLOMap extends YAMLSeq {
|
||||
static tag: string;
|
||||
@@ -21,5 +23,6 @@ export declare class YAMLOMap extends YAMLSeq {
|
||||
* but TypeScript won't allow widening the signature of a child method.
|
||||
*/
|
||||
toJSON(_?: unknown, ctx?: ToJSContext): unknown[];
|
||||
static from(schema: Schema, iterable: unknown, ctx: CreateNodeContext): YAMLOMap;
|
||||
}
|
||||
export declare const omap: CollectionTag;
|
||||
|
||||
Reference in New Issue
Block a user