mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-12 15:43:06 +08:00
* upgrade: docker-compose - user docker compose instead * remove: yarn and clean format js file
4 lines
249 B
TypeScript
4 lines
249 B
TypeScript
import type { Pair } from '../nodes/Pair.js';
|
|
import { StringifyContext } from './stringify.js';
|
|
export declare function stringifyPair({ key, value }: Readonly<Pair>, ctx: StringifyContext, onComment?: () => void, onChompKeep?: () => void): string;
|