0.2.5 • Published 2 years ago

@mollify/types v0.2.5

Weekly downloads
-
License
GPL
Repository
github
Last release
2 years ago

@mollify/types

This package contains all type definitions required across the project. The @mollify/types package provides a centralized location for defining and managing the types used throughout the project.

Installation

To install the @mollify/types package with npm, simply run the following command:

npm install --save-dev @mollify/types
# or
npm i -D @mollify/types

Alternatively, you may use another package manager:

yarn add -D @mollify/types
# or
pnpm add -D @mollify/types

Usage

To use the @mollify/types package, simply import the required types in your TypeScript or JavaScript files:

import { Entity } from '@mollify/types';

const Course = new Entity("/path/to/course/+page.md");

const Module = new Entity(Course.children[0].address);

const Lesson = new Entity(Module.children[0].address);
0.2.5

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago