object-typed
v1.0.0
Published
Whenever you want good typing, change this:
Downloads
5,937
Readme
Whenever you want good typing, change this:
Object.keys(routingPaths).forEach(path => {});
To:
import { ObjectTyped } from 'object-typed';
ObjectTyped.keys(routingPaths).forEach(path => {});
See: https://stackoverflow.com/questions/52856496/typescript-object-keys-return-string