![JAR search and dependency download from the Maven repository](/logo.png)
package.src.is.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snabbdom Show documentation
Show all versions of snabbdom Show documentation
A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
The newest version!
export const array = Array.isArray;
export function primitive(s: any): s is string | number {
return typeof s === "string" || typeof s === "number";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy