1.2.4 • Published 6 months ago

@types/is-trademarked v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/is-trademarked

Summary

This package contains type definitions for is-trademarked (https://github.com/egoist/is-trademarked#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-trademarked.

index.d.ts

// Type definitions for is-trademarked 1.2
// Project: https://github.com/egoist/is-trademarked#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = isTrademarked;

declare function isTrademarked(
    searchTerm: string,
    opts?: isTrademarked.Options
): Promise<false | isTrademarked.TrademarkedData[]>;

declare namespace isTrademarked {
    interface Options {
        token?: string | undefined;
    }

    interface TrademarkedData {
        wordmark: string;
        reg: Date;
        description: string;
        sn: string;
        serviceCode: string;
    }
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:23:19 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by BendingBender.

1.2.4

6 months ago

1.2.3

7 months ago

1.2.2

8 months ago

1.2.1

3 years ago

1.2.0

5 years ago