mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Update electronic-json-storage-tests.ts
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/// <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