UNPKG

powerpagestoolkit

Version:

Reference, manipulate, and engage with Power Pages sites through the nodes in the DOM; use a variety of custom methods that allow customizing your power pages site quicker and easier.

3 lines (2 loc) 175 B
/// <reference path="../globals.d.ts" /> export default function defineCustomSetter<T extends object>(object: T, property: keyof T, customSetter: (value: any) => void): void;