mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 12:33:38 +08:00
7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
import isTextPath = require('is-text-path');
|
|
|
|
isTextPath('src/unicorn.txt');
|
|
// => true
|
|
|
|
isTextPath('src/unicorn.png');
|
|
// => false
|