5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import {CreateNano} from './types/nano';
|
|
export * from './types/nano';
|
|
export * from './types/common';
|
|
export const create: CreateNano;
|