UNPKG

personae

Version:

This tool is used to generate a person either NPC or other Edit

15 lines (14 loc) 348 B
declare global { interface Array<T> { pushUnique(element: T): void; sample(): T; ignoreCaseIncludes(searchElement: any, fromIndex: any): any; } interface String { capitalize(): any; capitalizeAll(): any; lowerCaseFirst(): any; } } declare const _default: {}; export default _default;