@iuv/core
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

Core

Simple demo

import { BaseClass } from '@iuv/core';

class Test extends BaseClass {
    async running() {
        // do something
        console.log("I'm running");
    }
}

module.export = Test;

Readme

Keywords

Package Sidebar

Install

npm i @iuv/core

Weekly Downloads

0

Version

2.0.3

License

ISC

Unpacked Size

13.2 kB

Total Files

15

Last publish

Collaborators

  • lqm
  • xing0617