1.0.3 • Published 2 years ago

@types/link2aws v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/link2aws

Summary

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

Details

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

index.d.ts

// Type definitions for link2aws 1.0
// Project: https://github.com/link2aws/link2aws
// Definitions by: Kit Peters <https://github.com/popefelix>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export class ARN {
  constructor(text: string);
  get string(): string;
  get console(): string;
  get qualifiers(): string[];
  get pathLast(): string;
  get consoleLink(): string;
}

Additional Details

  • Last updated: Thu, 09 Jun 2022 16:31:41 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Kit Peters.