mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
321 B
TypeScript
9 lines
321 B
TypeScript
// Type definitions for common-prefix 1.1
|
|
// Project: https://github.com/hughsk/common-prefix
|
|
// Definitions by: Sean Marvi Oliver Genabe <https://github.com/seangenabe>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function common(strings: ReadonlyArray<string>): string;
|
|
|
|
export = common;
|