@trapi/utils
Version:
Utils library package for the trapi infrastructure.
13 lines (11 loc) • 320 B
text/typescript
/*
* Copyright (c) 2021.
* Author Peter Placzek (tada5hi)
* For the full copyright and license information,
* view the LICENSE file that was distributed with this source code.
*/
export * from './object';
export * from './package-json';
export * from './path';
export * from './typescript';
export * from './yup';