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
-3
@@ -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