DefinitelyTyped/types/common-prefix/index.d.ts
2018-07-12 09:47:45 -07:00

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;