Skip to content

Commit

Permalink
Doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrimart committed Sep 8, 2016
1 parent d7973c4 commit f93be8a
Show file tree
Hide file tree
Showing 15 changed files with 178 additions and 133 deletions.
204 changes: 140 additions & 64 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/decorators/arrays.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lib/decorators/functions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export declare function defer(target: any, propertyKey: string, descriptor: Type
export declare function delay(wait: number): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<Function>) => void;
export declare function defensiveCopy(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): void;
export declare function iterable(limit?: number): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<Function>) => void;
export declare function lazy(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<Function>): void;
export declare function memoize(target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): void;
export declare function partial(...args: any[]): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<Function>) => void;
export declare function rearg(...indexes: number[]): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor<Function>) => void;
Expand Down
13 changes: 0 additions & 13 deletions lib/decorators/functions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/decorators/functions.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f93be8a

Please sign in to comment.