// Type definitions for common-prefix 1.1 // Project: https://github.com/hughsk/common-prefix // Definitions by: Sean Marvi Oliver Genabe // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function common(strings: ReadonlyArray): string; export = common;