Skip to content

A repository for Stamplay Type Definition Files (.d.ts) to support TypeScript's strong typings and provide intellisense in plain javascript

License

Notifications You must be signed in to change notification settings

lucavice/stamplay-typings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stamplay-typings

A repository for Stamplay Type Definition Files (.d.ts) to support TypeScript's strong typings and provide intellisense in plain javascript

Instructions

  1. Download folder 'stamplay-typings'.

  2. Include a triple slash reference to the .d.ts file stamplay-sdk.d.ts in your TypeScript or plain javascript file :

    /// <reference path="stamplay-typings/stamplay-sdk.d.ts" />

  3. If using TypeScript, import the ambient module with import * as Stamplay from "Stamplay";

  4. Enjoy strong typing and intellisense (only tested in Visual Studio Code)

Screenshot 1

Screenshot 2

About

A repository for Stamplay Type Definition Files (.d.ts) to support TypeScript's strong typings and provide intellisense in plain javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published