Socket
Socket
Sign inDemoInstall

@ebabel-eu/custom-timestamp

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ebabel-eu/custom-timestamp

Custom timestamp for typescript


Version published
Maintainers
1
Install size
4.06 kB
Created

Readme

Source

CustomTimestamp for Typescript

CustomTimestamp for Typescript is a library that validates your custom timestamp.

Installation and usage

Installation

npm i @ebabel-eu/custom-timestamp --save

or

yarn add @ebabel-eu/custom-timestamp

Basic usage

import { CustomTimestamp } from "@ebabel-eu/custom-timestamp";

export class Example {
    public creation: CustomTimestamp = new CustomTimestamp(1325489568439);
    public updated: CustomTimestamp = new CustomTimestamp(Date.now());
}

Keywords

FAQs

Last updated on 03 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc