add license and client apis

This commit is contained in:
Avad3 2024-06-17 06:20:32 -04:00
parent ecff2aca52
commit aac959936c
19 changed files with 1004 additions and 89 deletions

View file

@ -1,5 +1,9 @@
import "./location";
import "./storage";
import "./element.ts";
import "./eval.ts";
import "./fetch.ts";
import "./trustedTypes.ts";
declare global {
interface Window {