CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
alias.js8 linesDownload Raw Back to sqlite-core
1import { TableAliasProxyHandler } from "../alias.js";2function alias(table, alias2) {3  return new Proxy(table, new TableAliasProxyHandler(alias2, false));4}5export {6  alias7};8//# sourceMappingURL=alias.js.map