aws-param-store icon indicating copy to clipboard operation
aws-param-store copied to clipboard

add typings

Open agalazis opened this issue 7 years ago • 4 comments

add typings either in definitely typed or this project

agalazis avatar Nov 24 '17 11:11 agalazis

Can you provide an example of how it would be used?

richardhyatt avatar Nov 24 '17 18:11 richardhyatt

They would support intellisense for typescript projects . An example project written in es6 and typed afterwards that I can think of is neo4j-javascript-driver. Have a look in types folder: https://github.com/neo4j/neo4j-javascript-driver

also tsc configuration is in tsconfig.json

typings are configured in package.json with the entry: "types": "types/index.d.ts"

then people are able to load that in their typescript projects using: import * as Neo4J from "neo4j-driver";

agalazis avatar Nov 24 '17 18:11 agalazis

that's partially done here: https://github.com/agalazis/ssm-params-convict-adapter/blob/master/typings/aws-param-store.d.ts

agalazis avatar Nov 28 '17 11:11 agalazis

Can you fork and create a pull request - thanks

richardhyatt avatar Nov 29 '17 15:11 richardhyatt