astro-ghostcms/.pnpm-store/v3/files/88/db04286dd99b6d476a0be0db0b7...

4 lines
100 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export declare namespace ValueEqual {
function Equal<T>(left: T, right: unknown): right is T;
}