UNPKG
node-spotlight
Version:
latest (1.0.0)
1.0.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Search macOS using Spotlight.
github.com/derhuerst/node-spotlight
derhuerst/node-spotlight
node-spotlight
/
index.js
7 lines
(5 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
if
(process.
platform
===
'darwin'
)
module
.
exports
=
require
(
'./lib/spotlight'
)
else
module
.
exports
=
require
(
'./lib/fallback'
)