UNPKG

@samepage/testing

Version:

Utilities that help with testing SamePage-compatible extensions

4 lines (3 loc) 141 B
import type { InitialSchema } from "../internal/types"; declare const toAtJson: (node: ChildNode) => InitialSchema; export default toAtJson;