jotai-scope
Version:
7 lines • 345 B
TypeScript
import type { AnyAtom, AnyWritableAtom } from './types';
export declare function isEqualSize(aIter: Iterable<unknown>, bIter: Iterable<unknown>): boolean;
export declare function toNameString(this: {
name: string;
}): string;
export declare function isWritableAtom(atom: AnyAtom): atom is AnyWritableAtom;
//# sourceMappingURL=utils.d.ts.map