UNPKG

real-name-pc

Version:
11 lines (9 loc) 181 B
import { ids } from 'sdk/config'; export default class base { constructor() { this._rootPath = [ids.rootNodeOfStore]; } get rootPath() { return this._rootPath; } }