mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
a196a714b8
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
8 lines
220 B
TypeScript
8 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;
|