mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08: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;
|