DefinitelyTyped/types/is-binary-path/is-binary-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

6 lines
155 B
TypeScript

import isBinaryPath = require("is-binary-path");
const a: boolean = isBinaryPath("src/unicorn.png");
const b: boolean = isBinaryPath("src/unicorn.txt");