UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

6 lines (5 loc) 205 B
type NamedDefinition = string | { readonly name: string; }; export declare function mergeArray<T extends NamedDefinition>(a: readonly T[], b: readonly T[] | null | undefined): readonly T[]; export {};