Skip to content

old-m-projects/types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Interface sharing repo

1. Create a .d.ts file of the interfaces that you would like to share.

Example:

export interface Test{
  hello: string;
}

2. Install in your project using typings

$ typings install TestModel=github:mumba/types/test.d.ts#master --save

3. Use in your project

import {Test} from 'TestModel';

About

Type definitions for the Mumba SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •