mempool-startos/scripts/services/properties.ts
Aiden McClelland d1307e41ab
switch to sdk lib (#13)
* switch to sdk lib

* release notes change
2022-07-01 00:41:27 -06:00

4 lines
125 B
TypeScript

import { compat, types as T } from "../deps.ts";
export const properties: T.ExpectedExports.properties = compat.properties;