UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

3 lines (2 loc) 147 B
import { type Countable, type CountMode } from '../array/count.ts'; export declare function sizeof(mixedVar: Countable, mode?: CountMode): number;