This website requires JavaScript.
Explore
Help
Sign In
ambiser
/
human
mirror of
https://github.com/vladmandic/human
Watch
9
Star
0
Fork
You've already forked human
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
65cabb2693
human
/
types
/
sysinfo.d.ts
5 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
regen type declarations
2021-03-17 23:57:00 +01:00
export
declare
function
info
(
)
:
{
enforce types
2021-03-18 01:16:40 +01:00
platform
:
string
;
agent
:
string
;
regen type declarations
2021-03-17 23:57:00 +01:00
}
;