DefinitelyTyped/types/is-root-path/is-root-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
109 B
TypeScript

import isRootPath = require('is-root-path');
isRootPath('/');
// => true
isRootPath('/Users');
// => false