Files
DefinitelyTyped/types/is-root-path/is-root-path-tests.ts
2017-03-24 14:27:52 -07:00

7 lines
108 B
TypeScript

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