UNPKG
fliphub-monorepo
Version:
latest (0.1.3)
0.1.3
0.1.2
the builder of builders
github.com/fliphub/fliphub
fliphub/fliphub
fliphub-monorepo
/
modules
/
flipfile
/
promise.js
12 lines
(9 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
let
ex = {}
try
{
if
(
require
.
resolve
(
'fs-promise'
)) { ex =
require
(
'fs-promise'
) } }
catch
(e) {
// ignore
}
module
.
exports
= ex