mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-16 12:09:24 +08:00
8 lines
109 B
TypeScript
8 lines
109 B
TypeScript
import isRootPath = require('is-root-path');
|
|
|
|
isRootPath('/');
|
|
// => true
|
|
|
|
isRootPath('/Users');
|
|
// => false
|