Module @utari/system-message - v0.0.2

System Message

The System Message UTARI module allows you to easily send messages directly to the email sender on hooks, with configurable message templates.

Classes

Type Aliases

Properties

Properties

pkg: {
    author: string;
    bugs: {
        url: string;
    };
    dependencies: {
        debug: string;
    };
    description: string;
    devDependencies: {
        @cloudflare/workers-types: string;
        @types/debug: string;
        tsup: string;
        typedoc: string;
        typescript: string;
        utari: string;
    };
    files: string[];
    homepage: string;
    keywords: never[];
    license: string;
    main: string;
    name: string;
    peerDependencies: {
        utari: string;
    };
    repository: {
        type: string;
        url: string;
    };
    scripts: {
        build: string;
        build:docs: string;
    };
    type: string;
    types: string;
    version: string;
}

Type declaration

  • author: string
  • bugs: {
        url: string;
    }
    • url: string
  • dependencies: {
        debug: string;
    }
    • debug: string
  • description: string
  • devDependencies: {
        @cloudflare/workers-types: string;
        @types/debug: string;
        tsup: string;
        typedoc: string;
        typescript: string;
        utari: string;
    }
    • @cloudflare/workers-types: string
    • @types/debug: string
    • tsup: string
    • typedoc: string
    • typescript: string
    • utari: string
  • files: string[]
  • homepage: string
  • keywords: never[]
  • license: string
  • main: string
  • name: string
  • peerDependencies: {
        utari: string;
    }
    • utari: string
  • repository: {
        type: string;
        url: string;
    }
    • type: string
    • url: string
  • scripts: {
        build: string;
        build:docs: string;
    }
    • build: string
    • build:docs: string
  • type: string
  • types: string
  • version: string

Generated using TypeDoc