# types-template **Repository Path**: mirrors_felixfbecker/types-template ## Basic Information - **Project Name**: types-template - **Description**: My personal template for TypeScript typings ⌨ - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Typed packagename [![Build Status](https://travis-ci.org/types/npm-packagename.svg?branch=master)](https://travis-ci.org/types/npm-packagename) Typescript Typings for [packagename](https://www.npmjs.com/package/packagename). ## Installation ```sh typings install --save packagename ``` ## Usage ```ts ``` [More examples](./test) ## Contributing You can run them the tests with `npm run build` and `npm run test`. -------------------------------- _Based on typings by [](https://github.com/)_