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

0.6.32 • Public • Published

Installation

npm install --save @types/swag

Summary

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

Details

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

index.d.ts

/// <reference types="handlebars" />

interface SwagStatic {
    registerHelpers(handlebars: typeof Handlebars): void;
}

declare var Swag: SwagStatic;

export = Swag;
export as namespace Swag;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: handlebars

Credits

These definitions were written by Shogo Iwano.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/swag

Weekly Downloads

420

Version

0.6.32

License

MIT

Unpacked Size

2.95 kB

Total Files

5

Last publish

Collaborators

  • types