/** * @packageDocumentation * * Type guards for plain JavaScript data structures. */ export * from './is-object.js'; export * from './is-record.js'; export * from './is-function.js'; export * from './is-promise-like.js'; //# sourceMappingURL=index.d.ts.map