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:
7
node_modules/yaml/dist/nodes/Scalar.d.ts
generated
vendored
7
node_modules/yaml/dist/nodes/Scalar.d.ts
generated
vendored
@@ -1,6 +1,7 @@
|
||||
import type { BlockScalar, FlowScalar } from '../parse/cst.js';
|
||||
import { NodeBase, Range } from './Node.js';
|
||||
import { ToJSContext } from './toJS.js';
|
||||
import type { BlockScalar, FlowScalar } from '../parse/cst';
|
||||
import type { Range } from './Node';
|
||||
import { NodeBase } from './Node';
|
||||
import type { ToJSContext } from './toJS';
|
||||
export declare const isScalarValue: (value: unknown) => boolean;
|
||||
export declare namespace Scalar {
|
||||
interface Parsed extends Scalar {
|
||||
|
||||
Reference in New Issue
Block a user