UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 208 B
/** * Determine the possessive form of a word * * @param input the word * @returns the posessive form of the word */ export declare function possessive(input: string): string; export default possessive;