Added ItemsHoldr to typings/

This commit is contained in:
Josh Goldberg
2016-05-18 08:44:38 -07:00
committed by Josh Goldberg
parent e5f071595d
commit 8d2762794d
5 changed files with 773 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/FullScreenShenanigans/AudioPlayr.svg?branch=master)](https://travis-ci.org/FullScreenShenanigans/AudioPlayr)
[![NPM version](https://badge.fury.io/js/objectmakr.svg)](http://badge.fury.io/js/audioplayr)
Audio playback manager for persistent and on-demand themes and sounds.
An audio playback manager for persistent and on-demand themes and sounds.
## Build Process
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "audioplayr",
"description": "Audio playback manager for persistent and on-demand themes and sounds.",
"description": "An audio playback manager for persistent and on-demand themes and sounds.",
"version": "0.4.0",
"author": {
"name": "Josh Goldberg",
+2 -2
View File
@@ -1,10 +1,10 @@
/// <reference path="../node_modules/itemsholdr/dist/ItemsHoldr.d.ts" />
/// <reference path="../typings/itemsholdr/ItemsHoldr.d.ts" />
import { IItemsHoldr } from "IItemsHoldr";
import { IAudioPlayr, IAudioPlayrSettings, IDirectoriesLibrary, ILibrarySettings, ISoundsLibrary } from "./IAudioPlayr";
/**
* Audio playback manager for persistent and on-demand themes and sounds.
* An audio playback manager for persistent and on-demand themes and sounds.
*/
export class AudioPlayr implements IAudioPlayr {
/**
+1 -1
View File
@@ -66,7 +66,7 @@ export interface IAudioPlayrSettings {
}
/**
* Audio playback manager for persistent and on-demand themes and sounds.
* An audio playback manager for persistent and on-demand themes and sounds.
*/
export interface IAudioPlayr {
/**
File diff suppressed because it is too large Load Diff