mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-02 06:10:21 -05:00
CLAUDE branch
i made have screwed the pooch with this
This commit is contained in:
3
frontend/node_modules/yaml/dist/stringify/stringifyPair.d.ts
generated
vendored
Normal file
3
frontend/node_modules/yaml/dist/stringify/stringifyPair.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { Pair } from '../nodes/Pair';
|
||||
import type { StringifyContext } from './stringify';
|
||||
export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|
||||
Reference in New Issue
Block a user