@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
9 lines (8 loc) • 479 B
TypeScript
import { PageAttributes } from "../attributes.js";
//#region src/shared/datasources/utils.d.ts
declare function stringifyObjectValues(obj: Record<string, string | number | Date | boolean>): Record<string, string>;
declare function createPlaceholderReplacer(attr?: PageAttributes): (_: unknown, p1: string) => string;
declare const placeholderRx: RegExp;
//#endregion
export { createPlaceholderReplacer, placeholderRx, stringifyObjectValues };
//# sourceMappingURL=utils.d.ts.map