UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

9 lines (8 loc) 360 B
declare class SortAttributes { forOpenAPI(bundled: any, pathAttrOrderMap?: string[]): any; forAsyncAPI(bundled: any, channelAttrOrderMap?: string[]): any; orderObjectAttributes(inputArray: string[], inputObject: any): any; customSort(input: string[], map: string[]): string[]; } declare const _default: SortAttributes; export default _default;