UNPKG
fxparser
Version:
latest (1.0.1)
1.0.1
1.0.0
Formula parser designed for Yotta Needs.
github.com/cohacks/fxparser
cohacks/fxparser
fxparser
/
loader
/
empty-loader.js
12 lines
(8 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
=
function
(
) {
this
.
cacheable
();
return
''
; };
module
.
exports
.
pitch
=
function
(
) {
this
.
cacheable
();
return
''
; };