@types/mixto
TypeScript icon, indicating that this package has built-in type declarations

0.0.31 • Public • Published

Installation

npm install --save @types/mixto

Summary

This package contains type definitions for mixto (https://github.com/atom/mixto).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mixto.

index.d.ts

// Type definitions for mixto
// Project: https://github.com/atom/mixto
// Definitions by: vvakame <https://github.com/vvakame>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace Mixto {
    interface IMixinStatic {
        includeInto(constructor: any): void;
        extend(object: any): void;
    }
}

declare module "mixto" {
    var _tmp: Mixto.IMixinStatic;
    export = _tmp;
}

Additional Details

  • Last updated: Wed, 27 Sep 2023 09:42:16 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by vvakame.

Readme

Keywords

none

Package Sidebar

Install

Weekly Downloads

67

Version

0.0.31

License

MIT

Unpacked Size

3.35 kB

Total Files

5

Last publish

Collaborators

  • types