mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 17:50:56 +00:00
10 lines
312 B
JavaScript
10 lines
312 B
JavaScript
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
|
|
|
import { parse as fn } from "../parse.js";
|
|
import { convertToFP } from "./_lib/convertToFP.js";
|
|
|
|
export const parseWithOptions = convertToFP(fn, 4);
|
|
|
|
// Fallback for modularized imports:
|
|
export default parseWithOptions;
|