Module moodle-export - v0.0.1

moodle-export

A lightweight library to get data from moodle.

Properties

pkg: {
    author: string;
    bugs: {
        url: string;
    };
    dependencies: {
        debug: string;
        fetch-cookie: string;
        node-html-parser: string;
        punycode: string;
    };
    description: string;
    devDependencies: {
        @types/debug: string;
        tsup: string;
        typedoc: string;
        typescript: string;
    };
    files: string[];
    homepage: string;
    keywords: never[];
    license: string;
    main: string;
    name: 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;
        fetch-cookie: string;
        node-html-parser: string;
        punycode: string;
    }
    • debug: string
    • fetch-cookie: string
    • node-html-parser: string
    • punycode: string
  • description: string
  • devDependencies: {
        @types/debug: string;
        tsup: string;
        typedoc: string;
        typescript: string;
    }
    • @types/debug: string
    • tsup: string
    • typedoc: string
    • typescript: string
  • files: string[]
  • homepage: string
  • keywords: never[]
  • 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
  • type: string
  • types: string
  • version: string

Generated using TypeDoc