prisma-yml
Version:
<a href="https://www.prismagraphql.com"><img src="https://imgur.com/HUu10rH.png" width="248" /></a>
8 lines (7 loc) • 381 B
TypeScript
/**
* Comments out the current entry of a specific key in a yaml document and creates a new value next to it
* @param key key in yaml document to comment out
* @param newValue new value to add in the document
*/
export declare function replaceYamlValue(input: any, key: any, newValue: any): string;
export declare function migrateToEndpoint(input: any, endpoint: any): string;