معرفی شرکت ها


@types/mockery-1.4.30


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

TypeScript definitions for mockery
ویژگی مقدار
سیستم عامل -
نام فایل @types/mockery-1.4.30
نام @types/mockery
نسخه کتابخانه 1.4.30
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mockery
مجوز MIT
# Installation > `npm install --save @types/mockery` # Summary This package contains type definitions for mockery (https://github.com/mfncooper/mockery). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mockery. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mockery/index.d.ts) ````ts // Type definitions for mockery 1.4.0 // Project: https://github.com/mfncooper/mockery // Definitions by: jt000 <https://github.com/jt000> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped interface MockeryEnableArgs { useCleanCache?: boolean | undefined; warnOnReplace?: boolean | undefined; warnOnUnregistered?: boolean | undefined; } export declare function enable(args?: MockeryEnableArgs): void; export declare function disable(): void; export declare function registerMock(name: string, mock: any): void; export declare function deregisterMock(name: string): void; export declare function registerSubstitute(name: string, substitute: string): void; export declare function deregisterSubstitute(name: string): void; export declare function registerAllowable(name: string, unhook?: boolean): void; export declare function deregisterAllowable(name: string): void; export declare function registerAllowables(names: string[]): void; export declare function deregisterAllowables(names: string[]): void; export declare function deregisterAll(): void; export declare function resetCache(): void; export declare function warnOnUnregistered(value: boolean): void; export declare function warnOnReplace(value: boolean): void; ```` ### Additional Details * Last updated: Wed, 07 Jul 2021 00:01:43 GMT * Dependencies: none * Global values: none # Credits These definitions were written by [jt000](https://github.com/jt000).


نحوه نصب


نصب پکیج tgz @types/mockery-1.4.30:

    npm install @types/mockery-1.4.30.tgz