UNPKG
dtyp
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
DTYP / Windows Data Type library in TypeScript
github.com/ardean/dtyp
ardean/dtyp
dtyp
/
dist
/
dtyp.d.ts
4 lines
(3 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
export
declare
const
parseFiletime
:
(
buffer
:
Buffer
) =>
Date
;
export
declare
const
serializeFiletime
:
(
date
:
Date
) =>
Buffer
;