All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.is.ts Maven / Gradle / Ivy

Go to download

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