actions/github/codeql-action-v2/node_modules/ts-poet/build/is-plain-object.d.ts

7 lines
220 B
TypeScript

/*!
* 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(o: unknown): boolean;