DefinitelyTyped/is-root-path/is-root-path-tests.ts
2017-02-23 07:15:16 -08:00

7 lines
108 B
TypeScript

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