kvStore now working as intended
This commit is contained in:
13
dist/npmextra.plugins.d.ts
vendored
13
dist/npmextra.plugins.d.ts
vendored
@@ -1,6 +1,9 @@
|
||||
import 'typings-global';
|
||||
export import beautylog = require('beautylog');
|
||||
export import lodash = require('lodash');
|
||||
export import path = require('path');
|
||||
export import smartfile = require('smartfile');
|
||||
export import q = require('smartq');
|
||||
import * as beautylog from 'beautylog';
|
||||
import * as path from 'path';
|
||||
import * as smartfile from 'smartfile';
|
||||
import smartlodash from 'smartlodash';
|
||||
import * as smartpath from 'smartpath';
|
||||
import * as smartq from 'smartq';
|
||||
import * as taskbuffer from 'taskbuffer';
|
||||
export { beautylog, path, smartfile, smartpath, smartq, smartlodash, taskbuffer };
|
||||
|
||||
Reference in New Issue
Block a user