mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 17:22:08 -06:00
node_modules: upgrade
This commit is contained in:
+4
-5
@@ -1,10 +1,9 @@
|
||||
import type { Schema } from '../schema/Schema.js';
|
||||
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;
|
||||
import type { Schema } from '../schema/Schema';
|
||||
import { NODE_TYPE } from './identity';
|
||||
import { NodeBase } from './Node';
|
||||
export declare function collectionFromPath(schema: Schema, path: unknown[], value: unknown): import('./Node').Node;
|
||||
export declare const isEmptyPath: (path: Iterable<unknown> | null | undefined) => path is null | undefined;
|
||||
export declare abstract class Collection extends NodeBase {
|
||||
static maxFlowStringSingleLineLength: number;
|
||||
schema: Schema | undefined;
|
||||
[NODE_TYPE]: symbol;
|
||||
items: unknown[];
|
||||
|
||||
Reference in New Issue
Block a user