UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 290 B
/** * @module salutations * @description A list of salutations */ export declare const salutations: readonly ["Mr", "Mrs", "Miss", "Dr", "Eng.", "Ms", "Prof", "Rev", "Lady", "Sir", "Capt", "Major", "Lt-col", "Col."]; export declare type Salutations = (typeof salutations)[number];