Skip to content

Repository files navigation

dtyp

DTYP / Windows Data Type library in TypeScript.

Github VersionNPM VersionNPM DownloadsLicense

[MS-DTYP]: Windows Data Types

Installation

$ npm i dtyp

Usage

importdtypfrom"dtyp";constbuffer=dtyp.serializeFiletime(newDate());console.log(buffer);// <Buffer b0 ab ee 3a 1f 38 d6 01>constdate=dtyp.parseFiletime(buffer);console.log(date);// 2020-06-01T14:16:23.787Z

Features

  • filetime parse / serialize

License

MIT

About

DTYP / Windows Data Type library in TypeScript

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages