mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
8 lines
302 B
TypeScript
8 lines
302 B
TypeScript
// Type definitions for is-archive 1.0
|
|
// Project: https://github.com/sindresorhus/is-archive
|
|
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = is_archive;
|
|
declare function is_archive(filepath: string): boolean;
|