+9
@@ -0,0 +1,9 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
import { getDate as fn } from "../getDate.js";
|
||||
import { convertToFP } from "./_lib/convertToFP.js";
|
||||
|
||||
export const getDate = convertToFP(fn, 1);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default getDate;
|
||||
Reference in New Issue
Block a user