Files
codeql-action/node_modules/is-shared-array-buffer/index.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
108 B
TypeScript
Raw Normal View History

2024-09-16 17:29:58 +00:00
declare function isSharedArrayBuffer(obj: unknown): obj is SharedArrayBuffer;
export = isSharedArrayBuffer;