Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/mixins.ts

A JavaScript extension package for building strong and modern applications.
Latest
Deprecated

use mixin and class module instead.

import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/mixins.ts";

Functions

Creates a class that combines all methods from the given base class and mixin classes.

Checks if a class is a subclass of another class.