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 "../../intervalToDuration/index.js";
|
||
|
|
import convertToFP from "../_lib/convertToFP/index.js";
|
||
|
|
var intervalToDuration = convertToFP(fn, 1);
|
||
|
|
export default intervalToDuration;
|