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
/
lib
/
fallback.js
11 lines
(7 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* eslint require-yield: "off" */
'use strict'
const
fallback =
async
function
* () {
throw
new
Error
(process.
platform
+
' is not implemented'
) } fallback.
support
=
false
module
.
exports
= fallback