mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update electronic-json-storage-tests.ts
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
/// <reference path="../github-electron/github-electron.d.ts" />
|
||||
/// <reference path="electron-json-storage.d.ts" />
|
||||
|
||||
import electron = require('electron');
|
||||
import storage = require('electron-json-storage');
|
||||
|
||||
storage.set("foo", { "foo": "bar" }, function(err: any) { });
|
||||
|
||||
Reference in New Issue
Block a user