Skip to main content

Built and signed on GitHub Actions

A collection of useful utilities for Byteminds PH

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (0.1.4)
f
composeMessage

Composes an email message object with the specified sender, recipient, subject, and body content.

f
createAndSetSession

Creates a new session for a user and sets the session cookie in the provided cookies object.

f
deleteSessionCookie

Deletes the current session cookie by setting a blank session cookie in the provided cookies object.

f
mailTransporter

Creates a mail transporter object using nodemailer for sending emails.