Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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