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

package.build.is.js 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) {
    return typeof s === "string" || typeof s === "number";
}
//# sourceMappingURL=is.js.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy