5 lines
278 B
JavaScript
5 lines
278 B
JavaScript
|
|
// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
|
||
|
|
import fn from "../../eachHourOfInterval/index.js";
|
||
|
|
import convertToFP from "../_lib/convertToFP/index.js";
|
||
|
|
var eachHourOfInterval = convertToFP(fn, 1);
|
||
|
|
export default eachHourOfInterval;
|