declapract
Version:
A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.
8 lines (7 loc) • 382 B
TypeScript
import { FileFixFunction } from '../../../../../../domain';
/**
* fix contains json by replacing and adding key values
* - replaces keys in place (order not change)
* - adds keys to the end (note: folks should specify a check that checks order if it matters, and have that check fix things)
*/
export declare const fixContainsJSONByReplacingAndAddingKeyValues: FileFixFunction;