UNPKG

@yobta/validator

Version:
8 lines 263 B
/*! * is-plain-object <https://github.com/jonschlinkert/is-plain-object> * * Copyright (c) 2014-2017, Jon Schlinkert. * Released under the MIT License. */ export declare function isPlainObject(value: unknown): value is {}; //# sourceMappingURL=index.d.ts.map