UNPKG

@timescaledb/typeorm

Version:

This is the official TimescaleDB plugin for TypeORM.

3 lines (2 loc) 131 B
import { Candlestick } from '@timescaledb/schemas'; export declare function parseCandlestick(candlestickStr: string): Candlestick;