fratzinger/vue-router-parse-props

View on GitHub
src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import castProps from "./castProps";
export * from "./types";

export default castProps;

if (typeof module !== "undefined") {
  module.exports = Object.assign(castProps, module.exports);
}