4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
|
|
import get from './get';
|
||
|
|
import set from './set';
|
||
|
|
export { get, set };
|
||
|
|
//# sourceMappingURL=index.d.ts.map
|