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.