UNPKG
lodash-decipher
Version:
latest (0.3.4)
0.3.4
0.3.4-1
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.1.1
0.1.0
LoDash Mixins from Decipher, Inc.
github.com/decipherinc/lodash-decipher
decipherinc/lodash-decipher
lodash-decipher
/
index.js
10 lines
(8 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
try
{
require
(
'angular-node'
);
module
.
exports
=
require
(
'./lib/lodash-decipher.ng'
); }
catch
(ignored) {
module
.
exports
=
require
(
'./lib/lodash-decipher'
); }