This commit is contained in:
2025-05-07 20:20:17 +00:00
parent f6377d1973
commit 630e911589
40 changed files with 8745 additions and 333 deletions

View File

@ -57,11 +57,9 @@ export { projectinfo, qenv, smartacme, smartdata, smartdns, smartfile, smartlog,
// apiclient.xyz scope
import * as cloudflare from '@apiclient.xyz/cloudflare';
import * as letterxpress from '@apiclient.xyz/letterxpress';
export {
cloudflare,
letterxpress,
}
// tsclass scope
@ -76,10 +74,12 @@ import * as mailauth from 'mailauth';
import { dkimSign } from 'mailauth/lib/dkim/sign.js';
import mailparser from 'mailparser';
import * as uuid from 'uuid';
import * as ip from 'ip';
export {
mailauth,
dkimSign,
mailparser,
uuid,
ip,
}