Skip to content

Commit

Permalink
feat(lru-memoize): least recently used memoize functions
Browse files Browse the repository at this point in the history
  • Loading branch information
danrevah committed Feb 25, 2019
1 parent a4530a5 commit cb320e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A clear and concise description of what you expected to happen.
- OS: [e.g. iOS]
- Node version [e.g. 8.9.0]
- Npm version [e.g. 5.4.0]
- EssentialDecorators Version [e.g. 0.2.9]
- essential-decorators Version [e.g. 0.2.9]

**Additional context**
Add any other context about the problem here.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Esstential-Decorators

Work In Progress

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EssentialDecorators",
"name": "essential-decorators",
"version": "0.0.1",
"description": "EssentialDecorators, useful helpers and utilities as TypeScript decorators",
"description": "essential-decorators, useful helpers and utilities as TypeScript decorators",
"main": "dist/index.js",
"scripts": {
"test": "jest",
Expand Down
1 change: 1 addition & 0 deletions src/decorators/lru-memoize/lru-memoize.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import { LruMemoize } from './lru-memoize';

class TestLruMemoize {
Expand Down

0 comments on commit cb320e2

Please sign in to comment.