UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

6 lines (5 loc) 148 B
/** * Clones an object and returns */ declare const _default: (obj: Record<string, unknown>) => Record<string, unknown>; export default _default;