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/nodes/Collection.d.ts
generated
vendored
5
node_modules/yaml/dist/nodes/Collection.d.ts
generated
vendored
@@ -1,6 +1,7 @@
|
||||
import type { Schema } from '../schema/Schema.js';
|
||||
import { NodeBase, NODE_TYPE } from './Node.js';
|
||||
export declare function collectionFromPath(schema: Schema, path: unknown[], value: unknown): import("./Node.js").Node<unknown>;
|
||||
import { NODE_TYPE } from './identity.js';
|
||||
import { NodeBase } from './Node.js';
|
||||
export declare function collectionFromPath(schema: Schema, path: unknown[], value: unknown): import("./Node.js").Node;
|
||||
export declare const isEmptyPath: (path: Iterable<unknown> | null | undefined) => path is null | undefined;
|
||||
export declare abstract class Collection extends NodeBase {
|
||||
static maxFlowStringSingleLineLength: number;
|
||||
|
||||
Reference in New Issue
Block a user