moodle-api

References

Re-exports FunctionDefinition
Re-exports auth
Re-exports block
Re-exports core
Re-exports enrol
Re-exports gradereport
Re-exports gradingform
Re-exports media
Re-exports message
Re-exports mod
Re-exports paygw
Re-exports qbank
Re-exports quizaccess
Re-exports report
Re-exports tiny
Re-exports tool

Properties

pkg: {
    author: string;
    bugs: {
        url: string;
    };
    dependencies: {
        cross-fetch: string;
    };
    description: string;
    devDependencies: {
        dotenv: string;
        tsup: string;
        typedoc: string;
        typescript: string;
    };
    files: string[];
    homepage: string;
    keywords: string[];
    license: string;
    main: string;
    name: string;
    repository: {
        type: string;
        url: string;
    };
    scripts: {
        build: string;
        build:docs: string;
    };
    types: string;
    version: string;
}

Type declaration

  • author: string
  • bugs: {
        url: string;
    }
    • url: string
  • dependencies: {
        cross-fetch: string;
    }
    • cross-fetch: string
  • description: string
  • devDependencies: {
        dotenv: string;
        tsup: string;
        typedoc: string;
        typescript: string;
    }
    • dotenv: string
    • tsup: string
    • typedoc: string
    • typescript: string
  • files: string[]
  • homepage: string
  • keywords: string[]
  • license: string
  • main: string
  • name: string
  • repository: {
        type: string;
        url: string;
    }
    • type: string
    • url: string
  • scripts: {
        build: string;
        build:docs: string;
    }
    • build: string
    • build:docs: string
  • types: string
  • version: string

Generated using TypeDoc