mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update based on PR comments
This commit is contained in:
@@ -5,4 +5,4 @@ const file = store.get('hello');
|
||||
|
||||
store.add(file, 'hahahahah');
|
||||
|
||||
store.each((file, index) => console.log(index, file.path));
|
||||
store.each(file => console.dir(store.get(file.path)));
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
|
||||
}
|
||||
"extends": "dtslint/dt.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user