ziko
Version:
A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...
33 lines (30 loc) • 732 B
JavaScript
// import { __ExtractAll__,__RemoveAll__ } from "./__helpers__/index.js";
// [
// App,
// Math,
// UI,
// Time,
// Data,
// Reactivity,
// Graphics,
// ].forEach(n=>Object.assign(n,{
// ExtractAll:()=>__ExtractAll__(n),
// RemoveAll:()=>__RemoveAll__(n)
// }))
// function ExtractAll(){
// UI.ExtractAll();
// Math.ExtractAll();
// Time.ExtractAll();
// Reactivity.ExtractAll();
// Graphics.ExtractAll();
// Data.ExtractAll()
// return this;
// }
// function RemoveAll(){
// UI.RemoveAll();
// Math.RemoveAll();
// Time.RemoveAll();
// Reactivity.RemoveAll();
// Graphics.RemoveAll();
// Data.RemoveAll()
// }