DefinitelyTyped/types/is-text-path/is-text-path-tests.ts
Andy b6c343f2b3 Apply new lint rules to yet more packages (#15548)
* Apply new lint rules to yet more packages

* Fix leaflet lint
2017-03-31 11:01:26 -07:00

8 lines
132 B
TypeScript

import isTextPath = require('is-text-path');
isTextPath('src/unicorn.txt');
// => true
isTextPath('src/unicorn.png');
// => false