mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-01 10:54:34 +08:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import isArchive = require('is-archive');
|
|
|
|
isArchive('src/unicorn.zip');
|
|
// => true
|
|
|
|
isArchive('src/unicorn.txt');
|
|
// => false
|