mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
3 lines
264 B
JavaScript
3 lines
264 B
JavaScript
|
|
/* esm.sh - @jsr/std__path@1.1.4/posix/is-absolute */
|
||
|
|
import{assertPath as o}from"../_common/assert_path.mjs";import{isPosixPathSeparator as t}from"./_util.mjs";function s(r){return o(r),r.length>0&&t(r.charCodeAt(0))}export{s as isAbsolute};
|
||
|
|
//is-absolute.mjs.map
|