Current section

Files

Jump to
spellweaver priv bun node_modules cspell-gitignore dist utils.d.ts
Raw

priv/bun/node_modules/cspell-gitignore/dist/utils.d.ts

export declare function isDefined<T>(v: T | undefined | null): v is T;
export declare function isParentOf(parent: string | URL, child: URL): boolean;
export declare function makeRelativeTo(child: string | URL, parent: string | URL): string | undefined;
//# sourceMappingURL=utils.d.ts.map