Skip to main content
Module

x/darkflare/mod.ts

The API Engine
Latest
File
export { Type as v } from 'https://cdn.skypack.dev/@sinclair/typebox@0.25.23?dts'export { route as Delete, route as Get, route as Head, route as Patch, route as Post, route as Put} from './core/route.ts'export { cron } from './core/cron.ts'export { mail } from './core/mail.ts'export { default as jwt } from './jwt.ts'export { default as authenticator } from './authenticator.ts'export { encrypt } from './encrypt.ts'export { decrypt } from './decrypt.ts'export type { Context } from './core/Context.d.ts'export type { FetchContext } from './core/FetchContext.d.ts'export type { CronContext } from './core/cron.ts'export type { MailContext } from './core/mail.ts'