UNPKG

snabbdom

Version:

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

3 lines (2 loc) 121 B
export declare const array: (arg: any) => arg is any[]; export declare function primitive(s: any): s is string | number;