Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public static async set(value: Date) {
return new Uint8Array(Convert.FromString(value.toISOString()));
}
public static async get(value: Uint8Array) {